Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@speedlo/react-apollo-hooks

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speedlo/react-apollo-hooks - npm Package Compare versions

Comparing version 1.0.3 to 1.0.6

dist/ApolloContext.d.ts

17

package.json
{
"name": "@speedlo/react-apollo-hooks",
"version": "1.0.3",
"version": "1.0.6",
"description": "",
"sideEffects": false,
"main": "lib/index.js",
"module": "es/index.js",
"typings": "lib/index.d.ts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/react-apollo-hooks.esm.js",
"files": [
"es",
"lib"
"dist"
],
"scripts": {
"build:cjs": "rimraf lib && tsc -p tsconfig.build.json --outDir lib -m commonjs",
"build:es": "rimraf es && tsc -p tsconfig.build.json --outDir es -m ESNext",
"build:typings": "tsc -p tsconfig.typings.json",
"build": "run-p build:cjs build:es && npm run build:typings",
"build": "tsdx build --tsconfig ./tsconfig.build.json",
"typings-check": "tsc --noEmit",

@@ -104,2 +100,3 @@ "format-check": "prettier --list-different \"**/*.{js,ts,tsx}\"",

"standard-version": "^4.4.0",
"tsdx": "^0.7.2",
"tslint": "^5.12.0",

@@ -106,0 +103,0 @@ "tslint-config-prettier": "^1.17.0",

@@ -10,3 +10,3 @@ # react-apollo-hooks

`npm install react-apollo-hooks`
`npm i @speedlo/react-apollo-hooks`

@@ -16,3 +16,3 @@ Or if using [yarn](https://yarnpkg.com/en/)

`yarn add react-apollo-hooks`
`yarn add @speedlo/react-apollo-hooks `

@@ -19,0 +19,0 @@ # Example

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