jsonpath-plus
Advanced tools
Changelog
10.0.5
__proto__
Changelog
10.0.4
Changelog
10.0.0
BREAKING CHANGES:
Require Node 18+
fix(security): use safe vm by default in Node
chore: bump jsep, devDeps. and lint
Changelog
9.0.0
BREAKING CHANGES:
Removes preventEval
property. Prefer eval: false
instead.
Changed behavior of eval
property. In the browser, eval
/Function
won't be used by default to evaluate expressions. Instead, we'll safely evaluate using a subset of JavaScript. To resume using unsafe eval in the browser, pass in the option eval: "native"
feat: add safe eval for browser and eval
option (#185) (@80avin)
feat: add ignoreEvalErrors
property (@80avin)