Socket
Socket
Sign inDemoInstall

@sb1/ffe-spinner-react

Package Overview
Dependencies
3
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.4 to 6.0.5

6

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

@@ -27,3 +27,3 @@ "author": "SpareBank 1",

"dependencies": {
"@sb1/ffe-spinner": "^5.0.3",
"@sb1/ffe-spinner": "^5.0.4",
"prop-types": "^15.7.2"

@@ -42,3 +42,3 @@ },

},
"gitHead": "af7fc1a32630d5717ffbc8f50f339ba697c73130"
"gitHead": "1ab898e744977e4cb4db1bee9b65369a0deeef9a"
}

@@ -11,4 +11,3 @@ # @sb1/ffe-spinner-react

Run Styleguidist from the repository root to see live examples and documentation,
or see the markdown files next to the component code in `src/`.
Full documentation on spinner usage is available at https://design.sparebank1.no/komponenter/spinners/.

@@ -19,1 +18,15 @@ ## TypeScript definition files

of the external methods or properties in this component.
## Development
To start a local development server, run the following from the designsystem root folder:
```bash
npm install
npm run build
npm start
```
A local instance of `component-overview` with live reloading will run at http://localhost:1234/.
Example implementations using the latest versions of all components are also available at https://sparebank1.github.io/designsystem.
import * as React from 'react';
export interface SpinnerProps extends React.HTMLAttributes<HTMLSpanElement> {
export interface SpinnerProps extends React.ComponentProps<'span'> {
className?: string;

@@ -5,0 +5,0 @@ immediate?: boolean;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc