New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simple-ui-builder

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-ui-builder - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

2

package.json
{
"name": "simple-ui-builder",
"version": "1.0.24",
"version": "1.0.25",
"description": "Build user interface like Lego bricks. UI.input(), UI.button(cb), UI.select(arr) etc. For lazy guys as I am.",

@@ -5,0 +5,0 @@ "main": "ui.js",

@@ -61,3 +61,3 @@ /**

if (params.value === undefined) {
input.value = localStorage["input#" + params.id] || "";
input.value = localStorage["input#" + params.id] || params.default || "";
} else input.value = params.value;

@@ -596,2 +596,6 @@

if(typeof arr[0] != "object") arr.map(function (a) {
return {value: a};
});
var reDateTimeJS = /\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/;

@@ -598,0 +602,0 @@

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