solid-toast
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "solid-toast", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Customizable Toast Notifications for SolidJS", | ||
"main": "index.js", | ||
"main": "./dist/solid-toast.cjs.js", | ||
"module": "./dist/solid-toast.es.js", | ||
"types": "./src/index.ts", | ||
"repository": { | ||
@@ -10,2 +12,8 @@ "type": "git", | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/solid-toast.es.js", | ||
"require": "./dist/solid-toast.umd.js" | ||
} | ||
}, | ||
"files": [ | ||
@@ -12,0 +20,0 @@ "dist", |
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
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
54799
0