graphql-language-service-config
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "graphql-language-service-config", | ||
"repository": "https://github.com/graphql/graphql-language-service", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A tool-kit for accessing and using `.graphqlrc` configuration files", | ||
@@ -25,3 +25,3 @@ "contributors": [ | ||
"scripts": { | ||
"test": "npm run lint && npm run check && npm run testonly", | ||
"test": "npm run lint && npm run testonly", | ||
"testonly": "babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha", | ||
@@ -32,43 +32,7 @@ "lint": "eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)", | ||
"build-flow": "babel-node scripts/build-flow.js", | ||
"check": "flow check", | ||
"prepublish": "node scripts/prepublish.js" | ||
}, | ||
"dependencies": { | ||
"graphql-language-service-types": "^0.0.9" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.23.0", | ||
"babel-eslint": "7.1.0", | ||
"babel-plugin-check-es2015-constants": "6.8.0", | ||
"babel-plugin-syntax-async-functions": "6.13.0", | ||
"babel-plugin-transform-class-properties": "6.23.0", | ||
"babel-plugin-transform-es2015-arrow-functions": "6.8.0", | ||
"babel-plugin-transform-es2015-block-scoped-functions": "6.8.0", | ||
"babel-plugin-transform-es2015-block-scoping": "6.23.0", | ||
"babel-plugin-transform-es2015-classes": "6.23.0", | ||
"babel-plugin-transform-es2015-computed-properties": "6.8.0", | ||
"babel-plugin-transform-es2015-destructuring": "6.22.0", | ||
"babel-plugin-transform-es2015-duplicate-keys": "6.8.0", | ||
"babel-plugin-transform-es2015-function-name": "6.9.0", | ||
"babel-plugin-transform-es2015-literals": "6.8.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "6.23.0", | ||
"babel-plugin-transform-es2015-object-super": "6.8.0", | ||
"babel-plugin-transform-es2015-parameters": "6.23.0", | ||
"babel-plugin-transform-es2015-shorthand-properties": "6.18.0", | ||
"babel-plugin-transform-es2015-spread": "6.8.0", | ||
"babel-plugin-transform-es2015-template-literals": "6.8.0", | ||
"babel-plugin-transform-flow-strip-types": "6.18.0", | ||
"babel-plugin-transform-object-rest-spread": "6.22.0", | ||
"babel-plugin-transform-regenerator": "6.16.1", | ||
"babel-polyfill": "^6.16.0", | ||
"babel-types": "6.22.0", | ||
"chai": "^3.5.0", | ||
"eslint": "3.15.0", | ||
"eslint-plugin-babel": "3.3.0", | ||
"eslint-plugin-dependencies": "2.0.0", | ||
"eslint-plugin-flowtype": "2.29.1", | ||
"eslint-plugin-prefer-object-spread": "1.1.0", | ||
"flow-bin": "0.39.0", | ||
"mocha": "^3.2.0" | ||
"graphql-language-service-types": "0.0.10" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
0
23056
15
+ Addedgraphql@0.9.6(transitive)
+ Addedgraphql-language-service-types@0.0.10(transitive)
+ Addediterall@1.3.0(transitive)
- Removedgraphql@0.9.1(transitive)
- Removedgraphql-language-service-types@0.0.9(transitive)
- Removediterall@1.0.3(transitive)