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

graphql-hooks

Package Overview
Dependencies
Maintainers
10
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-hooks - npm Package Compare versions

Comparing version 3.3.3 to 3.4.0

index.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [3.4.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks@3.3.3...graphql-hooks@3.4.0) (2019-03-18)
### Features
* add a TypeScript declaration file for graphql-hooks ([#135](https://github.com/nearform/graphql-hooks/issues/135)) ([49787fc](https://github.com/nearform/graphql-hooks/commit/49787fc))
## [3.3.3](https://github.com/nearform/graphql-hooks/compare/graphql-hooks@3.3.2...graphql-hooks@3.3.3) (2019-03-13)

@@ -8,0 +19,0 @@

10

package.json
{
"name": "graphql-hooks",
"version": "3.3.3",
"version": "3.4.0",
"description": "Graphql Hooks",

@@ -8,2 +8,3 @@ "main": "lib/graphql-hooks.js",

"unpkg": "dist/graphql-hooks.min.js",
"types": "index.d.ts",
"scripts": {

@@ -17,3 +18,4 @@ "build": "../../node_modules/.bin/rollup -c",

"lib",
"src"
"src",
"index.d.ts"
],

@@ -39,3 +41,3 @@ "keywords": [

"react-dom": "16.8.4",
"react-hooks-testing-library": "0.3.4",
"react-hooks-testing-library": "0.3.7",
"react-testing-library": "6.0.0"

@@ -51,3 +53,3 @@ },

"homepage": "https://github.com/nearform/graphql-hooks#readme",
"gitHead": "f4f176774711b80c9d4a71ed9c4e01b3892bdc37"
"gitHead": "4cd7d07658069aae7d01b053c9c02f4b73590279"
}

8

README.md

@@ -5,3 +5,3 @@ # graphql-hooks

[![Coverage Status](https://coveralls.io/repos/github/nearform/graphql-hooks/badge.svg?branch=master)](https://coveralls.io/github/nearform/graphql-hooks?branch=master)
![](https://img.shields.io/bundlephobia/minzip/graphql-hooks.svg?style=flat)
[![bundlephobia](https://img.shields.io/bundlephobia/minzip/graphql-hooks.svg?style=flat)](https://bundlephobia.com/result?p=graphql-hooks)
[![npm version](https://badge.fury.io/js/graphql-hooks.svg)](https://badge.fury.io/js/graphql-hooks)

@@ -16,3 +16,3 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors)

- 🥇 First-class hooks API
- ⚖️ _Tiny_ bundle: only 5.1kB (1.9 gzipped)
- ⚖️ _Tiny_ bundle: only 5.3kB (1.9 gzipped)
- 📄 Full SSR support: see [graphql-hooks-ssr](packages/graphql-hooks-ssr)

@@ -660,1 +660,5 @@ - 🔌 Plugin Caching: see [graphql-hooks-memcache](packages/graphql-hooks-memcache)

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
[![BrowserStack](https://p14.zdusercontent.com/attachment/1015988/mg687dwxHqXtriITEf8kxZV3W?token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2In0..tPLabhhdTeWxyc3TTt-RCg.bmk4nO95zIaYIcNaaDEVtxph9ap6d9X__07O0wPpvgsx5RBYvue1gMxCGhnYcgtQA51YjC5BFCxev9bBGZ0f6wHGr83j_nBID68oZCdgurHQhuZjsBZTotXtVdGDJoGg8KHMvl2qK9_FFlxohxGkPatEyccPXfLxZGGrGhvGnZVs6sFcy5bSevRHwe84yH3y0-PhbwE9HPAqzYsJyjBsSnez3gllgrIqX_7UucPPyAxtESSOaevl3zs6n5EfJ6teaJ3_KhWTmux9Nlk5csiWwvcRcCXp7p14Xln9tBYR64k.-1SqygSW1Ke0iJ-t3ED3SQ)](http://browserstack.com/)
We use BrowserStack to support as many browsers and devices as possible
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