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
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spinners - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

8

CHANGELOG.md

@@ -5,4 +5,10 @@ # Change Log

## 0.10.2
- **bugfix**: the tsconfig compiler option was not overriding properly, so the outputted files are es2015 (with import syntax) vs commonjs (with require syntax. This could cause similar issues like [#74](https://github.com/davidhu2000/react-spinners/issues/74).
## 0.10.1
**Note: this release has a critical issue and was deprecated. Please update to 0.10.2 or higher.**
- Update README using react hooks. Move react class example under a summary tag.

@@ -12,2 +18,4 @@

**Note: this release has a critical issue and was deprecated. Please update to 0.10.2 or higher.**
- update `div` to `span` to fix `<div> cannot appear as a descendant of <p>` per [#159](https://github.com/davidhu2000/react-spinners/issues/159). [PR #325](https://github.com/davidhu2000/react-spinners/pull/325)

@@ -14,0 +22,0 @@ - Using [lodash-es](https://github.com/lodash/lodash/blob/4.17.20-es/package.json#L10-L14) as a reference, added `type: module` to `package.json` as an attempt to implement tree shaking via [PR #327](https://github.com/davidhu2000/react-spinners/pull/327).

2

package.json
{
"name": "react-spinners",
"version": "0.10.1",
"version": "0.10.2",
"description": "A collection of react loading spinners",

@@ -5,0 +5,0 @@ "repository": {

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
},
"exclude": ["docs/*", "webpack.config.*", "*.js", "__tests__", "examples"]
}
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