solid-toast
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "solid-toast", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Customizable Toast Notifications for SolidJS", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
@@ -13,2 +10,6 @@ "type": "git", | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"keywords": [ | ||
@@ -24,3 +25,18 @@ "solidjs", | ||
}, | ||
"homepage": "https://github.com/ardeora/solid-toast#readme" | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"homepage": "https://github.com/ardeora/solid-toast#readme", | ||
"dependencies": { | ||
"goober": "^2.1.9", | ||
"solid-js": "^1.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^17.0.35", | ||
"csstype": "^3.1.0", | ||
"vite": "^2.9.9", | ||
"vite-plugin-solid": "^2.2.6" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# solid-toast | ||
# Solid Toast | ||
Customizable Toast Notifications for SolidJS |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
54587
23
1181
2
4
+ Addedgoober@^2.1.9
+ Addedsolid-js@^1.4.2
+ Addedcsstype@3.1.3(transitive)
+ Addedgoober@2.1.16(transitive)
+ Addedseroval@1.1.1(transitive)
+ Addedseroval-plugins@1.1.1(transitive)
+ Addedsolid-js@1.9.3(transitive)