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
6
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.19 to 0.0.20

4

dist/cjs.js

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

}
}); // Create player
}, [playerElementRef.current, elementRef.current, playerRef.current]); // Create player

@@ -1075,3 +1075,3 @@ react.useEffect(function () {

if (player !== null) {
if (player !== null && typeof player.loadVideoById !== 'undefined') {
debug$1('Switch video [ID: %s]', videoId);

@@ -1078,0 +1078,0 @@ player.loadVideoById(videoId);

@@ -1045,3 +1045,3 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';

}
}); // Create player
}, [playerElementRef.current, elementRef.current, playerRef.current]); // Create player

@@ -1063,3 +1063,3 @@ useEffect(function () {

if (player !== null) {
if (player !== null && typeof player.loadVideoById !== 'undefined') {
debug$1('Switch video [ID: %s]', videoId);

@@ -1066,0 +1066,0 @@ player.loadVideoById(videoId);

{
"name": "@folklore/hooks",
"version": "0.0.19",
"version": "0.0.20",
"description": "React hooks",

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

},
"gitHead": "71f0712c94ed09c0e761dddb8e6fc677582c0ddf",
"gitHead": "f7c4b93417b9b7d4b531ea1f79e992e77e1da0ae",
"dependencies": {

@@ -54,0 +54,0 @@ "@folklore/events": "^0.0.3",

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