Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-spinners

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spinners - npm Package Versions

1
16

0.5.9

Diff

Changelog

Source

0.5.9

  • bugfix: Fix issue 61 where css overrides are not applied properly. Updated how the override workings using emotion composition
davidhu2000
published 0.5.8 •

Changelog

Source

0.5.8

  • bugfix: Fix issue 66 where destructuring import no longer works. Updated how components are exported, changed from export default to export const
davidhu2000
published 0.5.7 •

Changelog

Source

0.5.7

  • update README.md .babelrc example to use @babel/<name> syntax in accordance to latest babel packages
davidhu2000
published 0.5.6 •

Changelog

Source

0.5.6

  • big update for outdated devDependencies. This version should not affect any existing functionalities.
    • removed eslint related packages. Will be moving to use tslint as part of the typescript conversion.
    • updated babel plus plugins/presets to latest versions
    • updated index.js import from module.exports = {...} to export default {...}
    • webpack changes
      • added development configuration for easier debugging
      • add html-webpack-plugin to inject the script tags to index.html
davidhu2000
published 0.5.5 •

Changelog

Source

0.5.5

  • bugfix: update CommonProps interface css prop to used PrecompiledCss and string. Update PropTypes helper to be able to accept both PrecompiledCss and string. This is to fix the validation error for the css prop
davidhu2000
published 0.5.4 •

Changelog

Source

0.5.4

  • refactored proptypes into helper functions. No functionality change here, just some cleanups
davidhu2000
published 0.5.3 •

Changelog

Source

0.5.3

  • bugfix: update default value for css prop to {} instead of "" to fix console error
davidhu2000
published 0.5.2 •

Changelog

Source

0.5.2

  • bugfix: change css proptype to PropTypes.shape({ ... }) instead of PropTypes.string to fix console error.
  • Fix a few console warnings on the demo site
davidhu2000
published 0.5.1 •

Changelog

Source

0.5.1

  • Update demo page link to https://www.react-spinners.com
davidhu2000
published 0.5.0 •

Changelog

Source

0.5.0

  • Update emotion package to emotion 10
  • Breaking change: replaced className prop with css prop to match Emotion 10
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