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

@folklore/hooks

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@folklore/hooks - npm Package Compare versions

Comparing version 0.0.43 to 0.0.44

2

dist/cjs.js

@@ -1404,3 +1404,3 @@ 'use strict';

const match = url.match(regExp);
return match && match[7].length === 11 ? match[7] : null;
return match !== null ? match[7] : null;
}

@@ -1407,0 +1407,0 @@ } = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};

@@ -1393,3 +1393,3 @@ import raf from 'raf';

const match = url.match(regExp);
return match && match[7].length === 11 ? match[7] : null;
return match !== null ? match[7] : null;
}

@@ -1396,0 +1396,0 @@ } = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};

{
"name": "@folklore/hooks",
"version": "0.0.43",
"version": "0.0.44",
"description": "React hooks",

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

},
"gitHead": "72c8c36208e3f4adb397321866cf9a8e606cf130",
"gitHead": "d17ece8ec14646ba798b01cc8e022d4b8f6bc9f1",
"dependencies": {

@@ -55,0 +55,0 @@ "@folklore/events": "^0.0.5",

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