New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-loading-spinner

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-loading-spinner - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

lib/defaultSpinner.js

13

package.json
{
"name": "react-loading-spinner",
"version": "1.0.4",
"version": "1.0.5",
"description": "A simple loading spinner component for React",
"main": "src/index.js",
"main": "lib/index.js",
"scripts": {
"test": "mocha test --compilers js:babel-core/register",
"build": "./node_modules/.bin/webpack --config webpack.config.production.js"
"build": "babel src --out-dir lib"
},

@@ -33,5 +33,8 @@ "devDependencies": {

"react-component"
],
],
"author": "Yevhen Boyarskiy",
"license": "MIT"
"license": "MIT",
"dependencies": {
"babel": "^5.5.8"
}
}
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