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.1.8 to 1.1.9

2

package.json
{
"name": "simple-ui-builder",
"version": "1.1.8",
"version": "1.1.9",
"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",

@@ -926,3 +926,3 @@ /**

thh.style.padding = '3px'
thh.style.border = '1px solid black'
thh.style.border = '1px solid #CCC'

@@ -942,3 +942,3 @@ chBoxCol = document.createElement('input')

th.style.padding = '3px'
th.style.border = '1px solid black'
th.style.border = '1px solid #CCC'

@@ -961,3 +961,3 @@ th.appendChild(document.createTextNode(columns[h]))

tdch.style.padding = '3px'
tdch.style.border = '1px solid black'
tdch.style.border = '1px solid #CCC'

@@ -1003,3 +1003,3 @@ var chBoxRow = document.createElement('input')

td.style.padding = '3px'
td.style.border = '1px solid black'
td.style.border = '1px solid #CCC'

@@ -1006,0 +1006,0 @@ dRow.appendChild(td)

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