We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a16cbd commit 93612a3Copy full SHA for 93612a3
CHANGES.md
@@ -1,5 +1,9 @@
1
# CHANGES for jsonpath-plus
2
3
+## 10.1.0
4
+
5
+- feat: add typeof operator to safe script
6
7
## 10.0.7
8
9
- fix(security): prevent `constructor` access
package.json
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
- "version": "10.0.7",
+ "version": "10.1.0",
"type": "module",
"bin": {
"jsonpath": "./bin/jsonpath-cli.js",
0 commit comments