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 1.4.3 to 1.5.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.5.0](https://github.com/react-hookz/web/compare/v1.4.3...v1.5.0) (2021-04-21)
### Features
* make tests import hooks from the index ([3210650](https://github.com/react-hookz/web/commit/3210650220f6e685d91bb7921c725596199eec84))
## [1.4.3](https://github.com/react-hookz/web/compare/v1.4.2...v1.4.3) (2021-04-21)

@@ -2,0 +9,0 @@

1

dist/useUpdateEffect.d.ts

@@ -6,3 +6,4 @@ import { DependencyList, EffectCallback } from 'react';

* @param effect effector to run on updates
* @param deps dependencies list, as for `useEffect` hook
*/
export declare function useUpdateEffect(effect: EffectCallback, deps?: DependencyList): void;

@@ -10,2 +10,3 @@ "use strict";

* @param effect effector to run on updates
* @param deps dependencies list, as for `useEffect` hook
*/

@@ -12,0 +13,0 @@ function useUpdateEffect(effect, deps) {

2

package.json
{
"name": "@react-hookz/web",
"version": "1.4.3",
"version": "1.5.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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