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 0.20.0 to 0.20.1

4

CHANGES.md
# CHANGES for jsonpath-plus
## 0.20.1 (June 12, 2019)
- npm: Avoid adding `core-js-bundle` as peerDep. (fixes #95)
## 0.20.0 (June 4, 2019)

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

5

package.json
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
"version": "0.20.0",
"version": "0.20.1",
"main": "dist/index-umd.js",

@@ -47,5 +47,2 @@ "module": "dist/index-es.js",

},
"peerDependencies": {
"core-js-bundle": "^3.1.3"
},
"dependencies": {},

@@ -52,0 +49,0 @@ "devDependencies": {

@@ -64,3 +64,7 @@ # JSONPath Plus [![build status](https://secure.travis-ci.org/s3u/JSONPath.png)](http://travis-ci.org/s3u/JSONPath)

```html
<script src="dist/index-umd.js"></script>
<!-- Polyfill recommended by Babel for items not covered for older
browsers in dist -->
<script src="node_modules/core-js-bundle/minified.js"></script>
<script src="node_modules/jsonpath-plus/dist/index-umd.js"></script>
<script>

@@ -67,0 +71,0 @@ const result = JSONPath({path: '...', json: ...});

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