New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphitation/apollo-react-relay-duct-tape

Package Overview
Dependencies
Maintainers
2
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphitation/apollo-react-relay-duct-tape - npm Package Compare versions

Comparing version 0.0.1 to 0.2.0

.eslintcache

38

package.json
{
"name": "@graphitation/apollo-react-relay-duct-tape",
"version": "0.0.1",
"description": "Compatibility wrapper that provides the react-relay API on top of Apollo Client",
"main": "index.js",
"author": "Eloy Durán <eloy.de.enige@gmail.com>",
"description": "A compatibility wrapper that provides the react-relay API on top of Apollo Client.",
"license": "MIT",
"private": false
"version": "0.2.0",
"main": "./lib/index.js",
"scripts": {
"build": "monorepo-scripts build",
"lint": "monorepo-scripts lint",
"test": "monorepo-scripts test",
"types": "monorepo-scripts types",
"just": "monorepo-scripts",
"generate-interfaces": "relay-compiler --language graphitation --schema ./src/__tests__/schema.graphql --src ./src"
},
"devDependencies": {
"@apollo/client": "^3.3.15",
"@graphitation/apollo-mock-client": "^0.5.0",
"@graphitation/graphql-js-operation-payload-generator": "^0.4.0",
"@graphitation/graphql-js-tag": "^0.4.0",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"monorepo-scripts": "*",
"react": "^17.0.2",
"relay-compiler": "^11.0.2",
"relay-compiler-language-graphitation": "^0.4.0",
"ts-expect": "^1.3.0"
},
"peerDependencies": {
"graphql": "^15.5.0",
"react": "^17.0.2"
},
"dependencies": {
"invariant": "^2.2.4"
},
"publishConfig": {},
"types": "./lib/index.d.ts"
}
# apollo-react-relay-duct-tape
Compatibility wrapper that provides the react-relay API on top of Apollo Client
A compatibility wrapper that provides the react-relay API on top of Apollo Client.
_The name is a reference to the Apollo 13 mission._
Use this together with [relay-compiler-language-graphitation](../relay-compiler-language-graphitation) to have typings generated.
index.js
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