apollo-client
Advanced tools
Comparing version 2.6.8 to 2.6.9
{ | ||
"name": "apollo-client", | ||
"version": "2.6.8", | ||
"version": "2.6.9", | ||
"description": "A simple yet functional GraphQL client.", | ||
"main": "bundle.umd.js", | ||
"module": "bundle.esm.js", | ||
"typings": "index.d.ts", | ||
"main": "./lib/bundle.cjs.js", | ||
"module": "./lib/bundle.esm.js", | ||
"typings": "./lib/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"prepare": "npm run lint && npm run build", | ||
"coverage": "jest --coverage", | ||
"dev": "./scripts/dev.sh", | ||
"deploy": "./scripts/deploy.sh", | ||
"test": "tsc -p tsconfig.test.json --noEmit && jest", | ||
"benchmark": "npm run build:benchmark && node benchmark_lib/benchmark/index.js", | ||
"benchmark:inspect": "npm run build:benchmark && node --inspect --debug-brk benchmark_lib/benchmark/index.js", | ||
"type-check": "flow check", | ||
"prebuild": "npm run clean", | ||
"build": "tsc -b .", | ||
"postbuild": "npm run bundle", | ||
"build:benchmark": "tsc -p tsconfig.benchmark.json", | ||
"watch": "../../node_modules/tsc-watch/index.js --onSuccess \"npm run postbuild\"", | ||
"bundle": "npx rollup -c rollup.config.js", | ||
"lint": "tslint -c \"../../config/tslint.json\" -p tsconfig.json src/*.ts", | ||
"testonly": "jest", | ||
"preanalyze": "npm run build", | ||
"analyze": "webpack -p --config analyze/webpack.config.js", | ||
"clean": "rm -rf coverage/* lib/*" | ||
}, | ||
"repository": { | ||
@@ -27,5 +48,5 @@ "type": "git", | ||
"@types/zen-observable": "^0.8.0", | ||
"apollo-cache": "1.3.4", | ||
"apollo-cache": "^1.3.5", | ||
"apollo-link": "^1.0.0", | ||
"apollo-utilities": "1.3.3", | ||
"apollo-utilities": "^1.3.4", | ||
"symbol-observable": "^1.0.2", | ||
@@ -37,4 +58,5 @@ "ts-invariant": "^0.4.0", | ||
"peerDependencies": { | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" | ||
} | ||
} | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" | ||
}, | ||
"gitHead": "d22394c419ff7d678afb5e7d4cd1df16ed803ead" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1991227
160
35597
1
0
+ Addedapollo-cache@1.3.5(transitive)
+ Addedapollo-utilities@1.3.4(transitive)
+ Addedgraphql@15.9.0(transitive)
- Removedapollo-cache@1.3.4(transitive)
- Removedapollo-utilities@1.3.3(transitive)
- Removedgraphql@14.7.0(transitive)
- Removediterall@1.3.0(transitive)
Updatedapollo-cache@^1.3.5
Updatedapollo-utilities@^1.3.4