Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.3 to 2.1.0

dist/cjs/index.js

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [2.1.0] - 2019-05-17 - [HUB-174](https://creditandfinance.atlassian.net/browse/HUB-174)
### Changed
- Module format reverted back to CJS.
### Deleted
- Dropped "module" property from package.json.
## [2.0.3] - 2019-05-09 - [HUB-92](https://creditandfinance.atlassian.net/browse/HUB-92)

@@ -2,0 +8,0 @@ ### Changed

2

dist/types/index.style.d.ts

@@ -1,3 +0,3 @@

export declare const SpinnerIconWrapper: import("styled-components").StyledComponentClass<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps, any, Pick<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps, "color" | "height" | "width" | "className"> & {
export declare const SpinnerIconWrapper: import("styled-components").StyledComponentClass<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps, any, Pick<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps, "color" | "width" | "height" | "className"> & {
theme?: any;
}>;
{
"name": "@lendi-ui/spinner",
"version": "2.0.3",
"version": "2.1.0",
"license": "ISC",
"source": "src/index.tsx",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",

@@ -15,3 +14,3 @@ "files": [

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

@@ -27,6 +26,6 @@ "react": "^15 || ^16.4",

"scripts": {
"build:esm": "tsc --project tsconfig.esm.json",
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:types": "tsc --project tsconfig.types.json",
"build": "yarn run build:types && yarn run build:esm"
"build": "yarn run build:types && yarn run build:cjs"
}
}
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