Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apollo-client

Package Overview
Dependencies
Maintainers
8
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-client - npm Package Compare versions

Comparing version 2.6.8 to 2.6.9

.flowconfig

40

package.json
{
"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"
}
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