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

JSONPath

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

JSONPath - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

1

lib/jsonpath.js

@@ -43,2 +43,3 @@ /* JSONPath 0.8.0 - XPath for JSON

if(!P.result) P.result = [];
if(!_.isArray(P.result)) P.result = [P.result];
P.result = P.result.concat(v);

@@ -45,0 +46,0 @@ }

2

package.json

@@ -19,3 +19,3 @@ {

],
"version": "0.8.4",
"version": "0.8.5",
"repository": {

@@ -22,0 +22,0 @@ "type": "git",

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