Comparing version 0.0.13 to 0.0.14
@@ -1,3 +0,3 @@ | ||
Scoped = global.Scoped || require("betajs-scoped/dist/scoped.js"); | ||
BetaJS = global.BetaJS || require('betajs/dist/beta-noscoped.js'); | ||
Scoped = global.Scoped || require("betajs-scoped"); | ||
BetaJS = global.BetaJS || require('betajs'); | ||
Scoped.binding("betajs", "global:BetaJS"); | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "js-ffmpeg", | ||
"description": "JS FFMpeg", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"author": "Ziggeo", | ||
@@ -11,2 +11,3 @@ "repository": "https://github.com/jsonize/js-ffmpeg", | ||
}, | ||
"main": "index.js", | ||
"devDependencies": { | ||
@@ -20,5 +21,5 @@ "grunt": "", | ||
"tmp": "", | ||
"betajs-scoped": "git://github.com/betajs/betajs-scoped.git", | ||
"betajs": "git://github.com/betajs/betajs.git" | ||
"betajs-scoped": "~0.0.13", | ||
"betajs": "~1.0.96" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# js-ffmpeg 0.0.13 | ||
# js-ffmpeg 0.0.14 | ||
@@ -3,0 +3,0 @@ This is a simple wrapper for FFMPEG and FFPROBE. |
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 2 instances in 1 package
0
308867
+ Addedbetajs@1.0.245(transitive)
+ Addedbetajs-scoped@0.0.22(transitive)
Updatedbetajs@~1.0.96
Updatedbetajs-scoped@~0.0.13