Socket
Socket
Sign inDemoInstall

jsonpath-bespoken

Package Overview
Dependencies
22
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

.gitattributes

8

lib/grammar.js

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

int: dict.integer
},
},

@@ -29,3 +29,3 @@ rules: [

]
},
},

@@ -101,4 +101,4 @@ start: "JSON_PATH",

[ 'Q_STRING', "$$ = $1" ] ]
}
};
}
};
if (fs.readFileSync) {

@@ -105,0 +105,0 @@ grammar.moduleInclude = fs.readFileSync(require.resolve("../include/module.js"));

@@ -28,3 +28,3 @@ var aesprim = require('./aesprim');

if (!handler instanceof Function) {
if (!(handler instanceof Function)) {
throw new Error("handler must be a function");

@@ -156,4 +156,3 @@ }

Handlers.prototype._fns['subscript-child-string_literal'] =
Handlers.prototype._fns['member-child-identifier'];
Handlers.prototype._fns['subscript-child-string_literal'] = Handlers.prototype._fns['member-child-identifier'];

@@ -160,0 +159,0 @@ Handlers.prototype._fns['member-descendant-numeric_literal'] =

{
"name": "jsonpath-bespoken",
"description": "Fork without post-install step of jsonpath.",
"version": "1.0.1",
"version": "1.0.2",
"author": "david@fmail.co.uk",

@@ -13,7 +13,7 @@ "scripts": {

"jison": "^0.4.18",
"static-eval": "2.0.0",
"static-eval": "^2.0.2",
"underscore": "1.7.0"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",

@@ -20,0 +20,0 @@ "grunt-cli": "^1.3.2",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc