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

ember-animated-status-label

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-animated-status-label - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

addon/components/animated-status-label.js

@@ -28,2 +28,3 @@ import Ember from 'ember';

confirmationClassName: '',
confirmationIconName: 'check-circle',

@@ -30,0 +31,0 @@ status: StatusLabelState.SETTLED,

2

package.json
{
"name": "ember-animated-status-label",
"version": "1.0.0",
"version": "1.1.0",
"description": "The default blueprint for ember-cli addons.",

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

@@ -49,3 +49,3 @@ # Ember Animated Status Label

`promise` | A [Promises/A+](https://promisesaplus.com/) compliant implementation.
`pendingText` | Text that will display while the promise is in a pending state
`pendingText` | Text that will display while the promise is in a pending state.
`confirmationText` | Text that will display immediately after the promise enters a settled state.

@@ -55,2 +55,3 @@ `pendingClassName` | CSS class name(s) to append to container span during pending state.

`confirmationAnimationFinished`| An action to be called after the confirmation animation has completed.
`confirmationIconName` | FontAwesome icon name to use for the confirmation icon.

@@ -57,0 +58,0 @@ ## Running

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