Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@buffetjs/hooks

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buffetjs/hooks - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

dist/useIsMounted/index.js

@@ -11,3 +11,3 @@ "use strict";

function useIsMounted() {
var ref = (0, _react.useRef)(false);
var ref = (0, _react.useRef)(true);
(0, _react.useEffect)(function () {

@@ -14,0 +14,0 @@ ref.current = true;

{
"name": "@buffetjs/hooks",
"version": "3.0.2",
"version": "3.0.3",
"description": "Buffetjs react-hooks",

@@ -39,3 +39,3 @@ "main": "dist/index.js",

},
"gitHead": "c902e136ff6d9da949ddf8e597eaf818bf2b9ea3"
"gitHead": "7436313e9104b9cadab047157698d1780466364d"
}
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