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

@mux/mux-active-viewer-count

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mux/mux-active-viewer-count - npm Package Compare versions

Comparing version 0.2.0-alpha.0 to 0.2.0-alpha.1

32

package.json
{
"name": "@mux/mux-active-viewer-count",
"version": "0.2.0-alpha.0",
"version": "0.2.0-alpha.1",
"description": "A custom Mux element to show the current viewer count for the browser that Just Works™",
"type": "module",
"main": "./dist/index.cjs.js",

@@ -10,15 +11,22 @@ "module": "./dist/index.mjs",

"jsdelivr": "./dist/mux-active-viewer-counts.js",
"typesVersions": {
"<4.3.5": {
".": [
"./dist/types-ts3.4/index.d.ts"
]
},
"*": {
".": [
"./dist/types/index.d.ts"
]
}
},
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs.js",
"default": "./dist/index.cjs.js"
"default": "./dist/index.cjs.js",
"types@<4.3.5": "./dist/types-ts3.4/index.d.ts",
"types": "./dist/types/index.d.ts"
},
"types": "dist/types-ts3.4/index.d.ts",
"typesVersions": {
">=4.3.5": {
"*": [
"dist/types/index.d.ts"
]
}
},
"types": "./dist/types/index.d.ts",
"repository": {

@@ -64,2 +72,4 @@ "type": "git",

"eslint": "^8.24.0",
"hls.js": "^1.4.8",
"mux-embed": "^4.24.0",
"npm-run-all": "^4.1.5",

@@ -70,3 +80,3 @@ "replace": "^1.2.1",

},
"gitHead": "0d69b0cafa8b1109999634ecfca17456ca835d84"
"gitHead": "6d6558217cbfa28019ed0c0245213ad6022d81c1"
}

Sorry, the diff of this file is not supported yet

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