atomic-spinner
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
273264
2502
29
12
23
1