Socket
Socket
Sign inDemoInstall

liquid-tank

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

5

liquid-tank.js

@@ -90,2 +90,3 @@ (function() {

radius[side] > height ? Math.round(height) : radius[side];
if (cornerRadius[side] < 0) cornerRadius[side] = 0;
}

@@ -196,3 +197,5 @@ }

var style = window.getComputedStyle(element, null);
return parseInt(style.getPropertyValue("height"));
var height = parseInt(style.getPropertyValue("height"));
var minHeight = 80; // 8 + 16 + 8 + 40 + 8
return height < minHeight ? minHeight : height;
}

@@ -199,0 +202,0 @@

2

package.json
{
"name": "liquid-tank",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "liquid-tank.js",

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