Socket
Socket
Sign inDemoInstall

@atlaskit/spinner

Package Overview
Dependencies
Maintainers
1
Versions
148
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 15.0.1 to 15.0.2

9

CHANGELOG.md
# @atlaskit/spinner
## 15.0.2
### Patch Changes
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
to prevent duplicates of tslib being bundled.
## 15.0.1

@@ -4,0 +13,0 @@

1

dist/cjs/constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.presetSizes = void 0;
exports.presetSizes = {

@@ -4,0 +5,0 @@ xsmall: 8,

2

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var spinner_1 = require("./spinner");
exports.default = spinner_1.default;
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return spinner_1.default; } });
//# sourceMappingURL=index.js.map
{
"name": "@atlaskit/spinner",
"version": "15.0.1",
"version": "15.0.2",
"sideEffects": false
}
{
"name": "@atlaskit/spinner",
"version": "15.0.1",
"version": "15.0.2",
"sideEffects": false
}
{
"name": "@atlaskit/spinner",
"version": "15.0.1",
"version": "15.0.2",
"sideEffects": false
}
{
"name": "@atlaskit/spinner",
"version": "15.0.1",
"version": "15.0.2",
"description": "A spinner is an animated spinning icon that lets users know content is being loaded.",

@@ -17,5 +17,5 @@ "publishConfig": {

"atlaskit:src": "src/index.ts",
"homepage": "https://atlassian.design/components/spinner/",
"atlassian": {
"team": "Design System Team",
"deprecatedAutoEntryPoints": true,
"inPublicMirror": true,

@@ -25,4 +25,3 @@ "releaseModel": "scheduled",

"name": "Spinner"
},
"deprecatedAutoEntryPoints": true
}
},

@@ -32,3 +31,3 @@ "dependencies": {

"@emotion/core": "^10.0.9",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},

@@ -45,3 +44,3 @@ "peerDependencies": {

"@atlaskit/motion": "^0.4.0",
"@atlaskit/select": "^12.0.0",
"@atlaskit/select": "^13.0.0",
"@atlaskit/ssr": "*",

@@ -74,3 +73,4 @@ "@atlaskit/webdriver-runner": "*",

}
}
},
"homepage": "https://atlassian.design/components/spinner/"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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