@graphitation/apollo-react-relay-duct-tape
Advanced tools
Comparing version 0.0.1 to 0.2.0
{ | ||
"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. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
9317
8
109
8
3
11
2
+ Addedinvariant@^2.2.4
+ Addedgraphql@15.10.1(transitive)
+ Addedinvariant@2.2.4(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedreact@17.0.2(transitive)