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

@lendi-ui/spinner

Package Overview
Dependencies
Maintainers
31
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi-ui/spinner - npm Package Compare versions

Comparing version 1.0.4 to 2.0.0

7

CHANGELOG.md

@@ -17,2 +17,7 @@ 1.0.0 - Initial version

### Changed
- Remove a position:relative to fix a positioning issue.
- Remove a position:relative to fix a positioning issue.
## [2.0.0] - 2019-04-30 - [HUB-54] (https://creditandfinance.atlassian.net/browse/HUB-54)
### Deleted
- Remove the CJS bundles

11

package.json
{
"name": "@lendi-ui/spinner",
"version": "1.0.4",
"version": "2.0.0",
"license": "ISC",

@@ -15,3 +15,3 @@ "source": "src/index.tsx",

"peerDependencies": {
"@lendi-ui/theme": "^5.0.0",
"@lendi-ui/theme": "^6.0.0",
"@types/react": "^15 || ^16.4",

@@ -22,11 +22,10 @@ "react": "^15 || ^16.4",

"dependencies": {
"@lendi-ui/icon": "^5.1.0",
"@lendi-ui/color": "^2.0.2"
"@lendi-ui/icon": "^7.0.0",
"@lendi-ui/color": "^3.0.0"
},
"scripts": {
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"build:types": "tsc --project tsconfig.types.json",
"build": "yarn run build:cjs && yarn run build:esm && yarn run build:types"
"build": "yarn run build:types && yarn run build:esm"
}
}
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