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
5
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.36 to 0.0.37

3

dist/cjs.js

@@ -1403,2 +1403,5 @@ 'use strict';

const playerElementRef = react.useRef(elementRef.current);
if (elementRef.current !== null && playerElementRef.current !== null) {
playerElementRef.current = elementRef.current;
}
const elementHasChanged = elementRef.current !== playerElementRef.current;

@@ -1405,0 +1408,0 @@ const videoId = react.useMemo(() => getVideoId(id), [id]);

@@ -1392,2 +1392,5 @@ import raf from 'raf';

const playerElementRef = useRef(elementRef.current);
if (elementRef.current !== null && playerElementRef.current !== null) {
playerElementRef.current = elementRef.current;
}
const elementHasChanged = elementRef.current !== playerElementRef.current;

@@ -1394,0 +1397,0 @@ const videoId = useMemo(() => getVideoId(id), [id]);

4

package.json
{
"name": "@folklore/hooks",
"version": "0.0.36",
"version": "0.0.37",
"description": "React hooks",

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

},
"gitHead": "b7091a7fd55f5eeb84b54d35d2158f18eb23a6cd",
"gitHead": "74bc16333dab2c70f94aad9439d6daf55388e96e",
"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