We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f690da1 commit 9754e4bCopy full SHA for 9754e4b
CHANGES.md
@@ -1,5 +1,11 @@
1
# CHANGES for jsonpath-plus
2
3
+## 10.3.0
4
+
5
+- fix(eval): rce using non-string prop names (#237)
6
+- feat(demo): make demo link shareable (#238)
7
+- chore: update deps. and devDeps.
8
9
## 10.2.0
10
11
- fix(eval): improve security of safe-eval (#233)
package.json
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
- "version": "10.2.0",
+ "version": "10.3.0",
"type": "module",
"bin": {
"jsonpath": "./bin/jsonpath-cli.js",
0 commit comments