Socket
Socket
Sign inDemoInstall

i2ui

Package Overview
Dependencies
10
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.3.0

4

package.json
{
"name": "i2ui",
"version": "1.2.4",
"version": "1.3.0",
"description": "i2ui - Intuitively Understantable User Interface",

@@ -71,4 +71,4 @@ "main": "dist/index.js",

"dependencies": {
"emphasizer": "^1.2.1"
"emphasizer": "^1.4.0"
}
}

@@ -29,3 +29,3 @@ # i2ui

<div align="center">
<img style="width:542px" src='./images/tag-cloud.png'>
<img style="width:579px" src='./images/tag-cloud.png'>
</div>

@@ -39,17 +39,19 @@

fontSize: 10,
color: 'LightSkyBlue',
backgroundColor: 'DarkBlue',
color: 'DarkBlue',
backgroundColor: 'LightSkyBlue',
margin: 5,
padding: '1px 2px',
borderRadius: 3,
border: '1px solid LightSkyBlue',
border: '2px solid DarkBlue',
boxShadow: '0 0 6px #111',
}}
toStyle={{
fontSize: 40,
color: 'DarkBlue',
backgroundColor: 'LightSkyBlue',
color: 'LightSkyBlue',
backgroundColor: 'DarkBlue',
margin: 10,
padding: '2px 8px',
borderRadius: 10,
border: '3px solid DarkBlue',
borderRadius: 15,
border: '5px solid LightSkyBlue',
boxShadow: '10px 10px 15px #888',
}}

@@ -56,0 +58,0 @@ order="middle"

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc