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

vue-promise-btn

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-promise-btn - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

30

package.json
{
"name": "vue-promise-btn",
"version": "1.0.1",
"version": "1.0.2",
"description": "Vue.js plugin that handles buttons asynchronous lock and show loading state indicator",
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development rollup -cw",
"clean": "rimraf dist/",
"compile": "cross-env NODE_ENV=production rollup -c",
"build": "npm run clean && npm run compile"
},
"author": {
"name": "alex.stepchenkov",
"email": "stukak@gmail.com",
"url": "github.com/STUkh"
},
"repository": "STUkh/vue-promise-btn",
"module": "dist/vue-promise-btn.js",

@@ -9,5 +22,2 @@ "main": "dist/vue-promise-btn.common.js",

"style": "dist/vue-promise-btn.css",
"directories": {
"test": "test"
},
"keywords": [

@@ -24,13 +34,2 @@ "vue",

],
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development rollup -cw",
"clean": "rimraf dist/",
"compile": "cross-env NODE_ENV=production rollup -c",
"build": "npm run clean && npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/STUkh/vue-promise-btn.git"
},
"files": [

@@ -40,3 +39,2 @@ "dist/",

],
"author": "Alexey Stepchenkov (stukak@gmail.com)",
"license": "MIT",

@@ -43,0 +41,0 @@ "bugs": {

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