cloudflare-video-element
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -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": "cloudflare-video-element", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A custom element for the Cloudflare player with an API that matches the `<video>` API", | ||
@@ -33,3 +33,3 @@ "author": "@muxinc", | ||
"devDependencies": { | ||
"build-react-wrapper": "^0.1.3", | ||
"build-react-wrapper": "^0.1.4", | ||
"npm-run-all": "^4.1.5", | ||
@@ -36,0 +36,0 @@ "wet-run": "^1.2.2" |
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
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
17792