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

8

dist/index.browser.dev.js

@@ -961,7 +961,7 @@ 'use strict';

defineProperties(HeadManager.prototype, getOwnPropertyDescriptors( function () {
function _class() {
_classCallCheck(this, _class);
function _class2() {
_classCallCheck(this, _class2);
}
_createClass(_class, [{
_createClass(_class2, [{
key: "addChannelId",

@@ -989,3 +989,3 @@ value: function addChannelId() {

return _class;
return _class2;
}().prototype));

@@ -992,0 +992,0 @@ } // NODE ////////////////////////////////////////////////////////////////////////

@@ -891,7 +891,7 @@ 'use strict';

defineProperties(HeadManager.prototype, getOwnPropertyDescriptors( function () {
function _class() {
_classCallCheck(this, _class);
function _class2() {
_classCallCheck(this, _class2);
}
_createClass(_class, [{
_createClass(_class2, [{
key: "addChannelId",

@@ -919,3 +919,3 @@ value: function addChannelId() {

return _class;
return _class2;
}().prototype));

@@ -922,0 +922,0 @@ } // NODE ////////////////////////////////////////////////////////////////////////

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

@@ -12,5 +12,11 @@ "browser": "browser.js",

},
"node": ">=16.1.0 || >=18.0.0",
"node": ">=16.1.0 || >=18.0.0 || >=20.0.0",
"author": "Wistia Engineering",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.3.0"
},
"peerDependencies": {
"react": ">=17.0.2 || >=18.0.0"
},
"devDependencies": {

@@ -24,13 +30,7 @@ "@babel/core": "^7.15.5",

"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"prettier": "2.4.1",
"prettier": "^3.1.0",
"prop-types": "^15.7.2",
"rollup": "^2.57.0",
"rollup-plugin-replace": "^2.1.0"
},
"peerDependencies": {
"react": ">17.0.2"
},
"dependencies": {
"node-fetch": "^2.3.0"
}
}
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