Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsonpath-plus

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonpath-plus - npm Package Versions

2345

10.1.0

Diff

Changelog

Source

10.1.0

  • feat: add typeof operator to safe script
brettz9
published 10.0.7 •

Changelog

Source

10.0.7

  • fix(security): prevent constructor access
  • docs: add security policy file
brettz9
published 10.0.6 •

Changelog

Source

10.0.6

  • fix(security): prevent call/apply invocation of Function
brettz9
published 10.0.5 •

Changelog

Source

10.0.5

  • fix: remove overly aggressive disabling of native functions but disallow __proto__
brettz9
published 10.0.4 •

Changelog

Source

10.0.4

  • fix(security): further prevent binding of Function calls which may evade detection
brettz9
published 10.0.3 •

Changelog

Source

10.0.3

  • fix(security): prevent binding of Function calls which may evade detection
brettz9
published 10.0.2 •

Changelog

Source

10.0.2

  • fix(security): prevent Function calls outside of member expressions
brettz9
published 10.0.1 •

Changelog

Source

10.0.1

  • fix(security): prohibit Function in "safe" vm
brettz9
published 10.0.0 •

Changelog

Source

10.0.0

BREAKING CHANGES:

  • Require Node 18+

  • fix(security): use safe vm by default in Node

  • chore: bump jsep, devDeps. and lint

brettz9
published 9.0.0 •

Changelog

Source

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)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc