Socket
Socket
Sign inDemoInstall

@apollo/react-components

Package Overview
Dependencies
37
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-beta.1 to 4.0.0-beta.2

index.d.ts

47

package.json
{
"name": "@apollo/react-components",
"description": "React Apollo Query, Mutation and Subscription components.",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"author": "opensource@apollographql.com",

@@ -13,8 +13,5 @@ "keywords": [

"license": "MIT",
"main": "./lib/react-components.cjs.js",
"module": "./lib/react-components.esm.js",
"react-native": {
"react-dom/server": false
},
"typings": "./lib/index.d.ts",
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"repository": {

@@ -26,41 +23,11 @@ "type": "git",

"scripts": {
"clean": "rm -Rf ./lib/* ./meta/bundlesize/* ./meta/coverage/* ./.rpt2_cache",
"prepare": "npm run build",
"prebuild": "npm run clean",
"build": "npx tsc -p ./config",
"postbuild": "npx rollup -c ./config/rollup.config.js",
"watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config",
"predeploy": "npm run build",
"deploy": "npm publish --tag beta",
"test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/components",
"test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/components --watch",
"test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/components"
"clean": ""
},
"peerDependencies": {
"@types/react": "^16.9.17",
"graphql": "^14.5.8",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"dependencies": {
"@apollo/react-common": "^4.0.0-beta.1",
"prop-types": "^15.7.2",
"ts-invariant": "^0.4.4",
"tslib": "^1.10.0"
"@apollo/client": "latest"
},
"devDependencies": {
"@apollo/react-ssr": "^4.0.0-beta.1",
"@apollo/react-testing": "^4.0.0-beta.1",
"jest": "24.9.0",
"rollup": "1.29.0",
"tsc-watch": "4.0.0",
"typescript": "3.7.5"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"gitHead": "b6fe58531562801507b4dc1139744f07ed45ac17"
"gitHead": "a81c15456172a9644e88b8bb762a4862b94bffcf"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc