Socket
Socket
Sign inDemoInstall

@atlaskit/spinner

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/spinner - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

4

CHANGELOG.md
# @atlaskit/spinner
## 4.0.6
- [patch] fix Spinner's onComplete prop not being called [91e8994](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/91e8994)
- [patch] fix Spinner's onComplete prop not being called [91e8994](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/91e8994)
## 4.0.5

@@ -4,0 +8,0 @@

2

dist/cjs/Spinner/index.js

@@ -150,3 +150,3 @@ 'use strict';

onExited: function onExited() {
return _this2.props.onComplete;
return _this2.props.onComplete();
},

@@ -153,0 +153,0 @@ ref: function ref(node) {

@@ -115,3 +115,3 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';

onExited: function onExited() {
return _this2.props.onComplete;
return _this2.props.onComplete();
},

@@ -118,0 +118,0 @@ ref: function ref(node) {

{
"name": "@atlaskit/spinner",
"version": "4.0.4"
"version": "4.0.5"
}
{
"name": "@atlaskit/spinner",
"version": "4.0.5",
"version": "4.0.6",
"description": "A React component that displays a spinning icon to show a loading state",

@@ -22,3 +22,3 @@ "license": "Apache-2.0",

},
"repository": "bitbucket:atlaskit/atlaskit-mk2",
"repository": "bitbucket:atlaskit/atlaskit-mk-2",
"dependencies": {

@@ -35,4 +35,4 @@ "@atlaskit/theme": "^2.2.7",

"@atlaskit/button": "^5.4.8",
"@atlaskit/docs": "^0.0.7",
"@atlaskit/spinner": "^4.0.5",
"@atlaskit/docs": "^1.0.0",
"@atlaskit/spinner": "^4.0.6",
"@atlaskit/util-shared-styles": "^2.10.3",

@@ -39,0 +39,0 @@ "enzyme": "^2.9.1",

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