New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mux-embed

Package Overview
Dependencies
Maintainers
3
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mux-embed - npm Package Compare versions

Comparing version

to
2.5.1-beta.1

7

package.json
{
"name": "mux-embed",
"version": "2.5.1-beta.0",
"version": "2.5.1-beta.1",
"author": "Mux, Inc",

@@ -8,3 +8,3 @@ "description": "Mux Javascript SDK and HTML5 Video element monitor",

"scripts": {
"nsp": "nsp check",
"npm:audit": "npm audit --audit-level high",
"clean": "rm -rf build dist",

@@ -14,3 +14,3 @@ "mkdirs": "mkdir -p build dist",

"test": "karma start test/karma.conf.js",
"package": "npm-run-all nsp clean mkdirs lint test package:build package:remove-requirejs-support package:bannerize",
"package": "npm-run-all clean mkdirs lint test package:build package:remove-requirejs-support package:bannerize",
"package:build": "webpack --config webpack.prod.js",

@@ -61,3 +61,2 @@ "package:remove-requirejs-support": "echo '(function(){var define=false;' > dist/mux.js && cat build/mux.js >> dist/mux.js && echo '})();' >> dist/mux.js",

"npm-run-all": "^2.2.0",
"nsp": "^2.4.0",
"path": "^0.12.7",

@@ -64,0 +63,0 @@ "platform": "^1.3.2",

Sorry, the diff of this file is too big to display