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

cleverstyle-widgets

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cleverstyle-widgets - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json

@@ -26,3 +26,3 @@ {

],
"version" : "0.3.0",
"version" : "0.3.1",
"homepage" : "https://github.com/nazar-pc/CleverStyle-Widgets",

@@ -29,0 +29,0 @@ "author" : "Nazar Mokrynskyi <nazar@mokrynskyi.com>",

@@ -41,3 +41,3 @@ // Generated by LiveScript 1.5.0

var x$;
x$ = cs.ui.modal(content);
x$ = csw.functions.modal(content);
x$.autoDestroy = true;

@@ -63,3 +63,3 @@ x$.open();

var x$, modal, y$, ok, z$, ok_button, z1$;
x$ = modal = cs.ui.modal(content);
x$ = modal = csw.functions.modal(content);
x$.autoDestroy = true;

@@ -100,3 +100,3 @@ x$.manualClose = true;

}
x$ = modal = cs.ui.modal(content);
x$ = modal = csw.functions.modal(content);
x$.autoDestroy = true;

@@ -164,3 +164,3 @@ x$.manualClose = true;

}
modal = cs.ui.confirm("" + content + "\n<p><csw-input-text><input type=\"text\"></csw-input-text></p>", function(){});
modal = csw.functions.confirm("" + content + "\n<p><csw-input-text><input type=\"text\"></csw-input-text></p>", function(){});
x$ = modal.input = modal.querySelector('input');

@@ -167,0 +167,0 @@ x$.focus();

Sorry, the diff of this file is not supported yet

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