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

@react-hookz/web

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-hookz/web - npm Package Compare versions

Comparing version 16.0.0 to 16.0.1

2

cjs/useCustomCompareMemo/useCustomCompareMemo.d.ts

@@ -11,2 +11,2 @@ import type { DependencyList } from 'react';

*/
export declare const useCustomCompareMemo: <Factory extends () => unknown, Deps extends DependencyList>(factory: Factory, deps: Deps, comparator: DependenciesComparator<Deps>) => unknown;
export declare const useCustomCompareMemo: <T, Deps extends DependencyList>(factory: () => T, deps: Deps, comparator: DependenciesComparator<Deps>) => T;

@@ -11,2 +11,2 @@ import type { DependencyList } from 'react';

*/
export declare const useCustomCompareMemo: <Factory extends () => unknown, Deps extends DependencyList>(factory: Factory, deps: Deps, comparator: DependenciesComparator<Deps>) => unknown;
export declare const useCustomCompareMemo: <T, Deps extends DependencyList>(factory: () => T, deps: Deps, comparator: DependenciesComparator<Deps>) => T;

@@ -11,2 +11,2 @@ import type { DependencyList } from 'react';

*/
export declare const useCustomCompareMemo: <Factory extends () => unknown, Deps extends DependencyList>(factory: Factory, deps: Deps, comparator: DependenciesComparator<Deps>) => unknown;
export declare const useCustomCompareMemo: <T, Deps extends DependencyList>(factory: () => T, deps: Deps, comparator: DependenciesComparator<Deps>) => T;
{
"name": "@react-hookz/web",
"version": "16.0.0",
"version": "16.0.1",
"description": "React hooks done right, for browser and SSR.",

@@ -82,3 +82,3 @@ "keywords": [

"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.19.6",
"@commitlint/cli": "^17.1.2",

@@ -88,3 +88,3 @@ "@commitlint/config-conventional": "^17.1.0",

"@jamesacarr/jest-reporter-github-actions": "^0.0.4",
"@react-hookz/eslint-config": "^1.7.3",
"@react-hookz/eslint-config": "^1.7.4",
"@react-hookz/eslint-formatter-gha": "^1.0.1",

@@ -102,6 +102,6 @@ "@semantic-release/changelog": "^6.0.1",

"@storybook/react": "^6.5.12",
"@storybook/storybook-deployer": "^2.8.12",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/theming": "^6.5.10",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.1.2",
"@types/jest": "^29.2.0",
"@types/js-cookie": "^3.0.2",

@@ -115,4 +115,4 @@ "@types/react": "^18.0.17",

"husky": "^8.0.1",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"js-cookie": "^3.0.1",

@@ -119,0 +119,0 @@ "lint-staged": "^13.0.3",

@@ -223,16 +223,9 @@ <div align="center">

<td align="center">
<a href="https://github.com/semantic-release-bot">
<img src="https://avatars.githubusercontent.com/u/32174276?v=4" width="100;" alt="semantic-release-bot"/>
<a href="https://github.com/ArttuOll">
<img src="https://avatars.githubusercontent.com/u/60509537?v=4" width="100;" alt="ArttuOll"/>
<br />
<sub><b>Semantic Release Bot</b></sub>
<sub><b>Arttu Olli</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/lint-action">
<img src="https://avatars.githubusercontent.com/u/59283862?v=4" width="100;" alt="lint-action"/>
<br />
<sub><b>Lint Action</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/kylemh">

@@ -252,9 +245,2 @@ <img src="https://avatars.githubusercontent.com/u/9523719?v=4" width="100;" alt="kylemh"/>

<td align="center">
<a href="https://github.com/ArttuOll">
<img src="https://avatars.githubusercontent.com/u/60509537?v=4" width="100;" alt="ArttuOll"/>
<br />
<sub><b>Arttu Olli</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Rey-Wang">

@@ -265,4 +251,3 @@ <img src="https://avatars.githubusercontent.com/u/45580554?v=4" width="100;" alt="Rey-Wang"/>

</a>
</td></tr>
<tr>
</td>
<td align="center">

@@ -276,2 +261,10 @@ <a href="https://github.com/axelboc">

<td align="center">
<a href="https://github.com/lensbart">
<img src="https://avatars.githubusercontent.com/u/20876627?v=4" width="100;" alt="lensbart"/>
<br />
<sub><b>Bart Lens</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/birant">

@@ -278,0 +271,0 @@ <img src="https://avatars.githubusercontent.com/u/29652801?v=4" width="100;" alt="birant"/>

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