New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphistry/falcor-query-syntax

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphistry/falcor-query-syntax - npm Package Compare versions

Comparing version 2.5.0 to 2.5.3

10

package.json
{
"name": "@graphistry/falcor-query-syntax",
"version": "2.5.0",
"version": "2.5.3",
"description": "ES6 Template String and Builder function for Creating Falcor Paths (Experimental)",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js",
"test": "mocha --reporter dot --colors --full-trace --timeout 2000 test/index.js",
"debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha ./test/index.js",

@@ -14,5 +14,5 @@ "perf": "node perf",

"build-route-min": "npm run build-route && java -jar ./node_modules/google-closure-compiler/compiler.jar --js_output_file=lib/route-parser.js lib/route-parser.peg.js && rimraf lib/route-parser.peg.js",
"build": "npm-run-all -l -p build-paths-min build-route-min",
"build": "npm-run-all --silent -p build-paths-min build-route-min",
"start": "npm run build && npm test",
"prepublish": "npm run build"
"prepublish": "npm run build && npm test"
},

@@ -45,3 +45,3 @@ "repository": {

"devDependencies": {
"@graphistry/falcor-path-utils": "^2.5.0",
"@graphistry/falcor-path-utils": "^2.5.3",
"benchmark": "~2.1.1",

@@ -48,0 +48,0 @@ "chai": "~3.5.0",

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