@windui/snackbar
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -21,3 +21,3 @@ { | ||
"name": "@windui/snackbar", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"contributors": [ | ||
@@ -24,0 +24,0 @@ "Swôth <swothh@gmail.com>" |
@@ -48,3 +48,3 @@ <img src="https://i.ibb.co/LJSSjq8/snackbar.png"> | ||
<script> | ||
new WindUI.Snackbar({ | ||
new WuiSnackbar({ | ||
// ...props | ||
@@ -51,0 +51,0 @@ }).show(); |
@@ -1,8 +0,2 @@ | ||
if (typeof WindUI == "undefined") { | ||
Object.defineProperty(window, "WindUI", { | ||
value: {} | ||
}); | ||
}; | ||
WindUI.Snackbar = class Snackbar { | ||
class WuiSnackbar { | ||
/** | ||
@@ -305,3 +299,3 @@ * @param {Object} WindUI | ||
if (typeof module != "undefined") { | ||
module.exports = WindUI.Snackbar; | ||
module.exports = WuiSnackbar; | ||
}; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
15821
277
1