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

ember-spinner-button

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-spinner-button - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

12

addon/components/spinner-button.js

@@ -46,11 +46,5 @@ import Ember from 'ember';

actions: {
click: function () {
if (!this.get('isSpinning')) {
this.sendAction();
} else {
if (this.get('action')) {
this.sendAction(this.get('action'));
}
}
click: function () {
if (!this.get('isSpinning')) {
this.sendAction();
}

@@ -57,0 +51,0 @@ },

{
"name": "ember-spinner-button",
"version": "0.0.4",
"version": "0.0.5",
"directories": {

@@ -5,0 +5,0 @@ "test": "tests"

@@ -17,3 +17,5 @@ # Ember-spinner-button

``` handlebars
{{spinner-button action=saveForm isSpinning=isSaving}}
{{#spinner-button action=saveForm isSpinning=isSaving}}
Save
{{/spinner-button}}
```

@@ -20,0 +22,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