Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@windui/snackbar

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@windui/snackbar - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

package.json

@@ -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;
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc