Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7.5 to 2.8.0

34

package.json
{
"name": "@graphistry/falcor-query-syntax",
"version": "2.7.5",
"version": "2.8.0",
"description": "ES6 Template String and Builder function for Creating Falcor Paths (Experimental)",

@@ -13,4 +13,4 @@ "main": "index.js",

"build-route": "pegjs -o lib/route-parser.peg.js --format umd peg/route-parser.peg",
"build-paths-min": "npm run build-paths && java -jar ./node_modules/google-closure-compiler/compiler.jar --js_output_file=lib/paths-parser.js lib/paths-parser.peg.js && rimraf lib/paths-parser.peg.js",
"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-paths-min": "npm run build-paths && google-closure-compiler-js lib/paths-parser.peg.js > lib/paths-parser.js && rimraf lib/paths-parser.peg.js",
"build-route-min": "npm run build-route && google-closure-compiler-js lib/route-parser.peg.js > lib/route-parser.js && rimraf lib/route-parser.peg.js",
"build": "npm-run-all --silent -p build-paths-min build-route-min",

@@ -53,19 +53,19 @@ "start": "npm run build && npm test",

"dependencies": {
"@graphistry/falcor-path-utils": "^2.7.1",
"babel-plugin-transform-runtime": "~6.15.0",
"@graphistry/falcor-path-utils": "^2.8.0",
"babel-plugin-transform-runtime": "~6.23.0",
"pegjs": "0.10.0"
},
"devDependencies": {
"@graphistry/falcor-json-graph": "^2.6.16",
"@graphistry/falcor-router": "^2.7.5",
"babel-plugin-istanbul": "~3.0.0",
"babel-register": "~6.18.0",
"benchmark": "~2.1.1",
"chai": "~3.5.0",
"cross-env": "~3.1.3",
"google-closure-compiler": "~20160911.0.0",
"mocha": "~3.0.2",
"npm-run-all": "~3.0.0",
"nyc": "~10.0.0",
"rimraf": "~2.5.4"
"@graphistry/falcor-json-graph": "^2.8.0",
"@graphistry/falcor-router": "^2.8.0",
"babel-plugin-istanbul": "~4.0.0",
"babel-register": "~6.23.0",
"benchmark": "2.1.3",
"chai": "3.5.0",
"cross-env": "~3.1.4",
"google-closure-compiler-js": "20170124.0.0",
"mocha": "~3.2.0",
"npm-run-all": "~4.0.1",
"nyc": "~10.1.2",
"rimraf": "~2.6.0"
},

@@ -72,0 +72,0 @@ "nyc": {

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