Socket
Socket
Sign inDemoInstall

@apollo/client

Package Overview
Dependencies
Maintainers
1
Versions
575
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 3.0.0-alpha.4 to 3.0.0-alpha.5

apollo-client.cjs.js

59

package.json
{
"name": "@apollo/client",
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"description": "A fully-featured caching GraphQL client.",
"private": false,
"keywords": [

@@ -15,7 +16,7 @@ "apollo",

"license": "MIT",
"main": "./lib/apollo-client.cjs.js",
"module": "./lib/apollo-client.esm.js",
"types": "./lib/index.d.ts",
"main": "apollo-client.cjs.js",
"module": "index.js",
"types": "index.d.ts",
"sideEffects": [
"./lib/cache/inmemory/fixPolyfills.js"
"cache/inmemory/fixPolyfills.js"
],

@@ -30,25 +31,7 @@ "repository": {

"homepage": "https://www.apollographql.com",
"scripts": {
"prebuild": "npm run clean",
"build": "npx tsc",
"postbuild": "npm run bundle",
"watch": "npx tsc-watch --onSuccess \"npm run postbuild\"",
"clean": "npx rimraf -r lib coverage",
"test": "jest --config ./config/jest.config.js",
"test:ci": "npm run coverage -- --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
"test:watch": "jest --config ./config/jest.config.js --watch",
"bundle": "npx rollup -c ./config/rollup.config.js",
"coverage": "npx jest --config ./config/jest.config.js --verbose --coverage",
"coverage:upload": "npx codecov",
"bundlesize": "npm run build && bundlesize",
"predeploy": "npm run build",
"deploy": "npm publish --tag alpha"
"peerDependencies": {
"@types/react": "^16.8.0",
"graphql": "^14.5.4",
"react": "^16.8.0"
},
"bundlesize": [
{
"name": "apollo-client",
"path": "./lib/apollo-client.cjs.min.js",
"maxSize": "16.9 kB"
}
],
"dependencies": {

@@ -59,3 +42,3 @@ "@types/zen-observable": "^0.8.0",

"fast-json-stable-stringify": "^2.0.0",
"optimism": "^0.11.1",
"optimism": "^0.11.3",
"symbol-observable": "^1.2.0",

@@ -66,9 +49,4 @@ "ts-invariant": "^0.4.4",

},
"peerDependencies": {
"graphql": "^14.5.4"
},
"devDependencies": {
"@babel/core": "7.6.0",
"@babel/plugin-transform-modules-commonjs": "7.6.0",
"@babel/plugin-transform-modules-umd": "7.2.0",
"@testing-library/react": "^9.1.4",
"@types/fast-json-stable-stringify": "^2.0.0",

@@ -96,19 +74,12 @@ "@types/isomorphic-fetch": "0.0.35",

"rollup-plugin-invariant": "0.5.6",
"rollup-plugin-local-resolve": "1.0.7",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-sourcemaps": "0.4.2",
"rollup-plugin-terser": "5.1.1",
"rollup-plugin-typescript2": "0.24.0",
"rxjs": "6.5.3",
"ts-jest": "24.0.2",
"tsc-watch": "3.0.1",
"typescript": "3.6.2",
"uglify-js": "3.6.0"
"typescript": "3.6.2"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib"
]
}
}
}
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