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

@mux/studio-embed

Package Overview
Dependencies
Maintainers
40
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mux/studio-embed - npm Package Compare versions

Comparing version 0.2.4 to 0.3.0

dist/index.cjs

25

package.json
{
"name": "@mux/studio-embed",
"version": "0.2.4",
"version": "0.3.0",
"description": "",
"license": "UNLICENSED",
"author": "",
"main": "./dist/muxStudioEmbed.js",
"types": "./dist/muxStudioEmbed.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.cjs"
},
"main": "./dist/index.cjs",
"unpkg": "./dist/mux-studio-embed.js",
"module": "./dist/mux-studio-embed.mjs",
"browser": "./dist/mux-studio-embed.js",
"types": "./dist/types/index.d.ts",
"directories": {

@@ -16,6 +24,8 @@ "dist": "dist"

"scripts": {
"build": "webpack --mode=production",
"dev": "concurrently -n watch,serve \"webpack --watch --mode=development\" \"npx http-server ./dist -p=8081 -c=-1 --cors\"",
"build": "yarn clean && yarn node ./build.js --mode=production && yarn build:types",
"build:types": "tsc",
"clean": "rm -rf ./dist",
"dev": "concurrently -n watch,serve \"yarn node build.js --mode=development\" \"npx http-server ./dist -p=8081 -c=-1 --cors\"",
"organise": "npx sort-package-json",
"prepublishOnly": "webpack --mode=production",
"prepublishOnly": "yarn build",
"test": "jest"

@@ -26,4 +36,6 @@ },

"concurrently": "^6.3.0",
"esbuild": "^0.14.38",
"jest": "^27.3.1",
"jsdom": "^18.0.0",
"minimist": "^1.2.6",
"npm-dts-webpack-plugin": "^1.3.11",

@@ -34,3 +46,2 @@ "semver": "^7.3.5",

"typescript": "^4.4.4",
"webpack": "^5.59.0",
"webpack-cli": "^4.9.1"

@@ -37,0 +48,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