We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0708a4 commit 8e4acf8Copy full SHA for 8e4acf8
CHANGES.md
@@ -1,5 +1,10 @@
1
# CHANGES for jsonpath-plus
2
3
+## 10.2.0
4
+
5
+- fix(eval): improve security of safe-eval (#233)
6
+- chore: update deps. and devDeps.
7
8
## 10.1.0
9
10
- feat: add typeof operator to safe script
package.json
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
- "version": "10.1.0",
+ "version": "10.2.0",
"type": "module",
"bin": {
"jsonpath": "./bin/jsonpath-cli.js",
0 commit comments