Socket
Socket
Sign inDemoInstall

@apollo/react-components

Package Overview
Dependencies
28
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1 to 3.1.2-beta.1

18

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

@@ -32,3 +32,3 @@ "keywords": [

"predeploy": "npm run build",
"deploy": "npm publish",
"deploy": "npm publish --tag beta",
"test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/components",

@@ -50,4 +50,4 @@ "test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/components --watch",

"dependencies": {
"@apollo/react-common": "^3.1.1",
"@apollo/react-hooks": "^3.1.1",
"@apollo/react-common": "^3.1.2-beta.1",
"@apollo/react-hooks": "^3.1.2-beta.1",
"prop-types": "^15.7.2",

@@ -64,9 +64,9 @@ "ts-invariant": "^0.4.4",

"devDependencies": {
"@apollo/react-ssr": "^3.1.1",
"@apollo/react-ssr": "^3.1.2-beta.1",
"jest": "24.9.0",
"rollup": "1.20.3",
"tsc-watch": "3.0.1",
"typescript": "3.5.3"
"rollup": "1.21.4",
"tsc-watch": "3.0.2",
"typescript": "3.6.3"
},
"gitHead": "1ad1e76c298b8c8ff9a49c03a8dec4b1da812625"
"gitHead": "d67d00cd517905559084b2a9aefa04c8f6e06764"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc