@data-client/hooks
Advanced tools
+3
-2
| { | ||
| "name": "@data-client/hooks", | ||
| "version": "0.1.9", | ||
| "version": "0.1.10", | ||
| "description": "Collection of composable data hooks", | ||
@@ -73,6 +73,7 @@ "homepage": "https://dataclient.io/docs/api/useDebounce", | ||
| "author": "Nathaniel Tucker <me@ntucker.me> (https://github.com/ntucker)", | ||
| "funding": "https://github.com/sponsors/ntucker", | ||
| "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@babel/runtime": "^7.17.0", | ||
| "@data-client/normalizr": "^0.11.4" | ||
| "@data-client/normalizr": "^0.12.3" | ||
| }, | ||
@@ -79,0 +80,0 @@ "peerDependencies": { |
@@ -1,5 +0,5 @@ | ||
| import { renderHook, act } from '@testing-library/react-hooks'; | ||
| import { ArticleResource } from '__tests__/new'; | ||
| import nock from 'nock'; | ||
| import { renderHook, act } from '../../../test'; | ||
| import useCancelling from '../useCancelling'; | ||
@@ -6,0 +6,0 @@ |
@@ -1,3 +0,2 @@ | ||
| import { renderHook, act } from '@testing-library/react-hooks'; | ||
| import { renderHook, act } from '../../../test'; | ||
| import useDebounce from '../useDebounce'; | ||
@@ -4,0 +3,0 @@ |
| import { render, waitFor } from '@testing-library/react'; | ||
| import { renderHook, act } from '@testing-library/react-hooks'; | ||
| import { renderHook, act } from '../../../test'; | ||
| import useLoading from '../useLoading'; | ||
@@ -5,0 +5,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
50484
0.01%+ Added
- Removed