Socket
Socket
Sign inDemoInstall

@sb1/ffe-spinner-react

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sb1/ffe-spinner-react - npm Package Compare versions

Comparing version 4.0.6 to 4.1.0

types/index.d.ts

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

# [4.1.0](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-spinner-react@4.0.6...@sb1/ffe-spinner-react@4.1.0) (2019-04-25)
### Features
- **ffe-spinner-react:** Added type definitions for typescript ([12cccd5](https://github.com/SpareBank1/designsystem/commit/12cccd5))
- **ffe-spinner-react:** Added type definitions for typescript ([e528654](https://github.com/SpareBank1/designsystem/commit/e528654))
## [4.0.6](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-spinner-react@4.0.5...@sb1/ffe-spinner-react@4.0.6) (2018-12-11)

@@ -8,0 +15,0 @@

11

package.json
{
"name": "@sb1/ffe-spinner-react",
"version": "4.0.6",
"version": "4.1.0",
"license": "MIT",

@@ -8,6 +8,8 @@ "author": "SpareBank 1",

"lib",
"es"
"es",
"types"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "types/index.d.ts",
"sideEffects": false,

@@ -19,5 +21,6 @@ "repository": {

"scripts": {
"build": "npm run build:cjs && npm run build:es",
"build": "npm run build:cjs && npm run build:es && npm run build:types",
"build:cjs": "babel -d lib/. --root-mode=upward --env-name=cjs --ignore=*.spec.js src/.",
"build:es": "babel -d es/. --root-mode=upward --env-name=es --ignore=*.spec.js src/.",
"build:types": "copyfiles -f src/index.d.ts types/",
"lint": "eslint src/.",

@@ -47,3 +50,3 @@ "test": "jest",

},
"gitHead": "ada7f9f709fa73a1cc6637f02e46141df0593627"
"gitHead": "04b1e72cc0e7f75fcc03e37717ec3400a7597167"
}

@@ -13,1 +13,6 @@ # @sb1/ffe-spinner-react

or see the markdown files next to the component code in `src/`.
## TypeScript definition files
This component supports TypeScript - please update `index.d.ts` if you change any
of the external methods or properties in this component.
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