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 Compare versions

Comparing version 6.0.0 to 6.0.1

5

CHANGES.md
# CHANGES for jsonpath-plus
## 6.0.1 (2021-07-07)
- Fix: Some `package.json` paths needed updating (@matushorvath)
- npm: Update devDeps.
## 6.0.0 (2021-07-05)

@@ -4,0 +9,0 @@

12

package.json
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
"version": "6.0.0",
"version": "6.0.1",
"type": "module",
"main": "dist/index-node-cjs.js",
"main": "dist/index-node-cjs.cjs",
"exports": {

@@ -17,3 +17,3 @@ "./package.json": "./package.json",

},
"module": "dist/index-node-esm.mjs",
"module": "dist/index-node-esm.js",
"browser": "dist/index-browser-esm.js",

@@ -71,3 +71,3 @@ "types": "./src/jsonpath.d.ts",

"eslint": "^7.30.0",
"eslint-config-ash-nazg": "^30.0.1",
"eslint-config-ash-nazg": "^30.1.0",
"eslint-config-standard": "^16.0.3",

@@ -87,3 +87,3 @@ "eslint-plugin-array-func": "^3.1.7",

"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-sonarjs": "^0.8.0-125",
"eslint-plugin-sonarjs": "^0.9.1",
"eslint-plugin-standard": "^4.1.0",

@@ -149,3 +149,3 @@ "eslint-plugin-unicorn": "^34.0.1",

"rollup": "rollup -c",
"eslint": "eslint --ext js,md,html .",
"eslint": "eslint --ext js,cjs,md,html .",
"lint": "npm run eslint",

@@ -152,0 +152,0 @@ "test": "npm run eslint && npm run rollup && npm run c8 && npm run typescript",

@@ -80,4 +80,4 @@ [![npm](https://img.shields.io/npm/v/jsonpath-plus.svg)](https://www.npmjs.com/package/jsonpath-plus)

For browser usage you can directly include `dist/index-browser-umd.js`; no Browserify
magic is necessary:
For browser usage you can directly include `dist/index-browser-umd.cjs`; no
Browserify magic is necessary:

@@ -89,3 +89,3 @@ ```html

<script src="node_modules/jsonpath-plus/dist/index-browser-umd.js"></script>
<script src="node_modules/jsonpath-plus/dist/index-browser-umd.cjs"></script>

@@ -92,0 +92,0 @@ <script>

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