Socket
Socket
Sign inDemoInstall

@skjnldsv/vue-plyr

Package Overview
Dependencies
27
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.4.0 to 7.5.0

29

package.json
{
"name": "@skjnldsv/vue-plyr",
"version": "7.4.0",
"version": "7.5.0",
"description": "A vue component for the plyr video & audio player.",

@@ -13,5 +13,5 @@ "license": "MIT",

"scripts": {
"build": "rm -rf dist/ && rollup --config rollup.config.js",
"build": "rm -rf dist/ && rollup --config rollup.config.mjs",
"dev": "echo 'No dev build available, production only' && npm run build",
"watch": "rollup --config rollup.config.js --watch",
"watch": "rollup --config rollup.config.mjs --watch",
"lint": "eslint --ext .js,.vue lib examples",

@@ -22,3 +22,2 @@ "lint:fix": "eslint --ext .js,.vue --fix lib examples"

"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {

@@ -36,3 +35,3 @@ ".": {

"node": "^18.0.0 || ^20.0.0",
"npm": "^9.0.0"
"npm": "^9.0.0 || ^10.0.0"
},

@@ -44,13 +43,13 @@ "dependencies": {

"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/stylelint-config": "^2.3.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@vue/tsconfig": "^0.4.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"rollup": "^2.78.1",
"@nextcloud/babel-config": "^1.1.1",
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^3.0.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@vue/tsconfig": "^0.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^3.29.4",
"rollup-plugin-inject-process-env": "^1.3.1",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-vue": "^6.0.0",

@@ -57,0 +56,0 @@ "rollup-plugin-vue2": "^0.8.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc