jwplayer-video-element
Advanced tools
Comparing version 1.0.6 to 1.1.0
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8128
0
2
2
+ Addedsuper-media-element@1.4.2(transitive)
- Removedsuper-media-element@1.3.0(transitive)
Updatedsuper-media-element@~1.4.0