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

@wistia/react-embeds

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wistia/react-embeds - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

3

dist/index.browser.dev.js

@@ -615,3 +615,4 @@ 'use strict';

value: function onBeforeReplace(hashedId) {
this.removeEventBindings();
console.log('onBeforeReplace', hashedId);
this.removeEventBindings(this.player);
this.prepareForPlayerSetup(hashedId);

@@ -618,0 +619,0 @@ } //-- Helper Methods -- //

@@ -599,3 +599,4 @@ 'use strict';

value: function onBeforeReplace(hashedId) {
this.removeEventBindings();
console.log('onBeforeReplace', hashedId);
this.removeEventBindings(this.player);
this.prepareForPlayerSetup(hashedId);

@@ -602,0 +603,0 @@ } //-- Helper Methods -- //

@@ -349,3 +349,4 @@ 'use strict';

onBeforeReplace(hashedId) {
this.removeEventBindings();
console.log('onBeforeReplace', hashedId);
this.removeEventBindings(this.player);
this.prepareForPlayerSetup(hashedId);

@@ -352,0 +353,0 @@ } //-- Helper Methods -- //

{
"name": "@wistia/react-embeds",
"version": "0.0.14",
"version": "0.0.15",
"description": "React component wrappers for Wistia embeddables",

@@ -5,0 +5,0 @@ "browser": "browser.js",

Sorry, the diff of this file is not supported yet

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