solid-spinner
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "solid-spinner", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Pure SVG loading spinners for SolidJS", | ||
"main": "./dist/index.js", | ||
"main": "./dist/esm/index.js", | ||
"scripts": { | ||
"test": "vitest", | ||
"build": "tsc", | ||
"build": "rollup -c", | ||
"lint": "eslint src/** --fix" | ||
@@ -28,2 +28,4 @@ }, | ||
"jsdom": "^20.0.3", | ||
"rollup": "^3.7.0", | ||
"rollup-preset-solid": "^2.0.1", | ||
"solid-js": "latest", | ||
@@ -47,3 +49,16 @@ "solid-testing-library": "^0.5.0", | ||
"dist/**/*" | ||
] | ||
], | ||
"type": "module", | ||
"types": "./dist/types/types.d.ts", | ||
"source": "src/index.ts", | ||
"module": "./dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"solid": "./dist/source/index.js", | ||
"import": "./dist/esm/index.js", | ||
"browser": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js", | ||
"node": "./dist/cjs/index.js" | ||
} | ||
} | ||
} |
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
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
97624
35
799
Yes
12
1