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

@vidstack/player

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vidstack/player - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

bundle/elements.d.ts

44

package.json
{
"name": "@vidstack/player",
"version": "1.0.3",
"version": "1.0.4",
"description": "Customizable, extensible, accessible and universal media player.",

@@ -9,37 +9,19 @@ "license": "MIT",

},
"main": "dist/bundle/index.js",
"module": "dist/bundle/index.js",
"main": "bundle/index.js",
"module": "bundle/index.js",
"type": "module",
"types": "@types/",
"typesVersions": {
"*": {
"*": [
"./@types/*"
]
}
},
"files": [
"src/",
"dist/",
"@types/",
"bundle/",
"core/",
"providers/",
"skins/",
"ui/",
"utils/",
"custom-elements.json"
],
"sideEffects": [
"./dist/**/vds-*.ts",
"./dist/bundle/elements.js"
"**/vds-*.ts",
"bundle/elements.js"
],
"exports": {
".": "./dist/bundle/index.js",
"./bundle": "./dist/bundle/",
"./core": "./dist/core/",
"./providers": "./dist/providers/",
"./skins": "./dist/skins/",
"./ui": "./dist/ui/",
"./controls": "./dist/ui/controls/",
"./menu": "./dist/ui/menu/",
"./settings": "./dist/ui/settings/",
"./time": "./dist/ui/time/",
"./package.json": "./package.json",
"./custom-elements.json": "./custom-elements.json"
},
"contributors": [

@@ -59,5 +41,5 @@ "Dave Furfero <furf@furf.com>",

"build": "run-s clean build:esm",
"build:esm": "tsc -m es6 --outDir dist -p tsconfig-build.json",
"build:esm": "tsc -p tsconfig-build.json",
"build:watch": "npm run build:esm -- -w",
"clean": "rimraf dist && rimraf @types",
"clean": "rimraf bundle core providers skins ui utils",
"lint": "run-s lint:*",

@@ -64,0 +46,0 @@ "lint:eslint": "eslint --ext .ts --quiet . --ignore-path .gitignore",

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