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

jwplayer-video-element

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwplayer-video-element - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

dist/react.js

@@ -14,3 +14,3 @@ // This file is generated by media-elements/scripts/build-react-wrapper!

const useCapture = name.endsWith('Capture');
const eventName = name.slice(2, useCapture ? name.length - 7 : undefined);
const eventName = name.slice(2, useCapture ? name.length - 7 : undefined).toLowerCase();
const callback = props[name];

@@ -17,0 +17,0 @@

{
"name": "jwplayer-video-element",
"version": "1.1.3",
"version": "1.1.4",
"description": "A custom element for the JW player with an API that matches the `<video>` API",

@@ -36,3 +36,3 @@ "author": "@muxinc",

"devDependencies": {
"build-react-wrapper": "^0.1.3",
"build-react-wrapper": "^0.1.4",
"npm-run-all": "^4.1.5",

@@ -39,0 +39,0 @@ "wet-run": "^1.2.2"

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