Socket
Socket
Sign inDemoInstall

jsonpath

Package Overview
Dependencies
Maintainers
1
Versions
25
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.2.5 to 0.2.6

4

lib/index.js

@@ -1,3 +0,1 @@

/* global toString */
var assert = require('assert');

@@ -242,3 +240,3 @@ var dict = require('./dict');

function _is_string(obj) {
return toString.call(obj) == '[object String]';
return Object.prototype.toString.call(obj) == '[object String]';
}

@@ -245,0 +243,0 @@

{
"name": "jsonpath",
"description": "Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.",
"version": "0.2.5",
"version": "0.2.6",
"author": "david@fmail.co.uk",

@@ -6,0 +6,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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