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

atomic-spinner

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomic-spinner - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

lib/AtomicSpinner.d.ts

49

package.json
{
"name": "atomic-spinner",
"version": "1.2.0",
"version": "1.2.1",
"description": "Customizable React loading spinner that looks like an atom",

@@ -8,4 +8,5 @@ "author": "David Lounsbrough",

"repository": "Codenough-LLC/atomic-spinner",
"main": "dist/index",
"typings": "dist/index",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"engines": {

@@ -15,4 +16,5 @@ "node": ">=14"

"scripts": {
"clean": "rm -rf dist",
"build": "webpack --mode=production",
"clean": "rm -rf lib",
"build": "rollup -c",
"build-watch": "rollup -c --watch",
"publish-npm": "pnpm clean && pnpm build && npm publish",

@@ -39,3 +41,3 @@ "start-demo": "pnpm --prefix demo start",

"files": [
"dist"
"/lib"
],

@@ -50,25 +52,32 @@ "dependencies": {

"devDependencies": {
"@types/node": "^18.11.18",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/node": "^18.15.11",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"compression-webpack-plugin": "^10.0.0",
"cypress": "^12.3.0",
"eslint": "^8.32.0",
"eslint-config-standard-with-typescript": "^27.0.1",
"cypress": "^12.9.0",
"eslint": "^8.37.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.1",
"gh-pages": "^4.0.0",
"eslint-plugin-react": "^7.32.2",
"gh-pages": "^5.0.0",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.20.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
"tslib": "^2.5.0",
"typescript": "^5.0.3",
"webpack": "^5.77.0"
}
}
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