Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

media-chrome

Package Overview
Dependencies
Maintainers
2
Versions
640
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

media-chrome - npm Package Compare versions

Comparing version 0.6.10-canary.0-698a82f to 0.6.10-canary.1-e879910

20

package.json
{
"name": "media-chrome",
"version": "0.6.10-canary.0-698a82f",
"version": "0.6.10-canary.1-e879910",
"description": "Custom elements (web components) for making audio and video player controls that look great in your website or app.",

@@ -52,2 +52,3 @@ "main": "dist/index.js",

"esbuild": "^0.14.23",
"eslint": "^8.18.0",
"prettier": "^2.5.1",

@@ -58,3 +59,20 @@ "react": "^17.0.2",

"sinon": "^11.1.2"
},
"eslintConfig": {
"globals": {
"globalThis": "writable"
},
"env": {
"browser": true,
"es6": true,
"mocha": true
},
"extends": [
"eslint:recommended"
],
"parserOptions": {
"ecmaVersion": 2022,
"sourceType": "module"
}
}
}
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