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.0.6 to 1.1.0

2

jwplayer-video-element.js

@@ -108,3 +108,3 @@ import { SuperVideoElement } from 'super-media-element';

async function loadScript(src, globalName) {
if (!globalName) return import(src);
if (!globalName) return import(/* webpackIgnore: true */ src);
if (loadScriptCache[src]) return loadScriptCache[src];

@@ -111,0 +111,0 @@ if (self[globalName]) return self[globalName];

{
"name": "jwplayer-video-element",
"version": "1.0.6",
"version": "1.1.0",
"description": "A custom element for the JW player with an API that matches the `<video>` API",
"type": "module",
"main": "jwplayer-video-element.js",
"files": [],
"repository": "luwes/jwplayer-video-element",
"author": "Wesley Luyten <me@wesleyluyten.com> (https://wesleyluyten.com)",
"author": "@muxinc",
"license": "MIT",
"homepage": "https://github.com/luwes/jwplayer-video-element#readme",
"homepage": "https://github.com/muxinc/media-elements#readme",
"bugs": {
"url": "https://github.com/luwes/jwplayer-video-element/issues"
"url": "https://github.com/muxinc/media-elements/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muxinc/media-elements.git",
"directory": "packages/jwplayer-video-element"
},
"files": [
"dist"
],
"type": "module",
"main": "jwplayer-video-element.js",
"exports": {
".": "./jwplayer-video-element.js",
"./react": "./dist/react.js"
},
"scripts": {
"lint": "npx eslint@8 *.js -c ./node_modules/wet-run/.eslintrc.json",
"lint": "npx eslint@8 *.js",
"test": "wet run",
"dev": "wet serve"
"serve": "wet serve",
"build:react": "build-react",
"build": "run-s build:*"
},
"dependencies": {
"super-media-element": "~1.3.0"
"super-media-element": "~1.4.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"wet-run": "^1.2.2"

@@ -25,0 +38,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