Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.0 to 1.3.1

4

CHANGELOG.md
# Changelog
## 1.3.0
- Fixed issues #2 and #4
- Added ability to pass params in event expressions properly
## 1.2.0

@@ -3,0 +7,0 @@ - Add support for vue@2.6+

2

package.json
{
"name": "vue-promise-btn",
"version": "1.3.0",
"version": "1.3.1",
"description": "Vue.js plugin that handles buttons asynchronous lock and show loading state indicator",

@@ -5,0 +5,0 @@ "scripts": {

@@ -43,2 +43,8 @@ # vue-promise-btn

## Important Notice
Don't use semicolon in event expressions. It may break promise return in template-compiler: <br>
Good: `@click="handler($event)"` <br>
Bad: `@click="handler($event);"`
## Contributing

@@ -45,0 +51,0 @@

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