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

w-audioplayer-vue

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

w-audioplayer-vue - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

57

package.json
{
"name": "w-audioplayer-vue",
"version": "1.0.10",
"version": "1.0.11",
"author": "yuda-lyu(semisphere)",

@@ -13,28 +13,27 @@ "scripts": {

"main": "dist/w-audioplayer-vue.umd.js",
"dependencies": {
"vue": "^2.6.10"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-transform-runtime": "^7.6.2",
"vue": "^2.6.11",
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"@babel/runtime": "^7.7.2",
"@mdi/js": "^4.5.95",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@mdi/js": "^4.7.95",
"@starptech/prettyhtml": "^0.10.0",
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"babel-eslint": "^10.0.3",
"core-js": "^3.4.1",
"core-js": "^3.6.0",
"docdash": "^1.1.1",
"eslint": "^6.6.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",

@@ -46,7 +45,7 @@ "eslint-plugin-promise": "^4.2.1",

"jsdoc": "^3.6.3",
"jsdoc-vuejs": "^3.0.4",
"jsdoc-vuejs": "^3.0.6",
"lodash": "^4.17.15",
"mocha": "^6.2.2",
"node-sass": "^4.13.0",
"rollup": "^1.27.2",
"rollup": "^1.27.14",
"rollup-plugin-babel": "^4.3.3",

@@ -57,14 +56,14 @@ "rollup-plugin-commonjs": "^10.1.0",

"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-vue": "^4.7.2",
"rollup-plugin-vue-template-compiler": "^1.0.3",
"sass": "^1.23.6",
"sass": "^1.24.0",
"sass-loader": "^8.0.0",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.3.0",
"vue-template-compiler": "^2.6.10",
"w-component-vue": "^1.2.35",
"w-howler": "^1.0.3",
"w-package-tools": "^1.0.11",
"wsemi": "^1.2.47"
"vue-template-compiler": "^2.6.11",
"w-component-vue": "^1.2.49",
"w-howler": "^1.0.4",
"w-package-tools": "^1.0.13",
"wsemi": "^1.3.0"
},

@@ -71,0 +70,0 @@ "eslintConfig": {

@@ -50,3 +50,3 @@ # w-audioplayer-vue

```alias
<script src="https://cdn.jsdelivr.net/npm/w-audioplayer-vue@1.0.10/dist/w-audioplayer-vue.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/w-audioplayer-vue@1.0.11/dist/w-audioplayer-vue.umd.js"></script>
```

@@ -53,0 +53,0 @@ Directly use:

module.exports = {
lintOnSave: false, //禁止eslint-loader於編譯時檢查語法
devServer: {
proxy: {
'/test-mp3': {
target: 'http://localhost:9000',
pathRewrite: {
'^/test-mp3': '/'
},
},
}
},
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc