🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@data-client/hooks

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-client/hooks - npm Package Compare versions

Comparing version
0.1.9
to
0.1.10
+3
-2
package.json
{
"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
-1

@@ -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 @@