Socket
Socket
Sign inDemoInstall

jsonpath-plus

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonpath-plus - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

4

CHANGES.md
# CHANGES for jsonpath-plus
## 5.0.2 (2021-01-15)
- Fix: Proper Node CommonJS export; fixes #144
## 5.0.1 (2021-01-15)

@@ -4,0 +8,0 @@

7

package.json
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
"version": "5.0.1",
"version": "5.0.2",
"type": "commonjs",
"main": "dist/index-node-cjs.js",
"exports": {
"import": "dist/index-node-esm.mjs",
"require": "dist/index-node-cjs.js"
"import": "./dist/index-node-esm.mjs",
"require": "./dist/index-node-cjs.js"
},

@@ -120,2 +120,3 @@ "module": "dist/index-node-esm.mjs",

"docs",
"ignore",
"test",

@@ -122,0 +123,0 @@ "test-helpers"

Sorry, the diff of this file is not supported yet

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