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.2 to 0.0.3

5

liquid-tank.js

@@ -51,3 +51,6 @@ (function() {

LiquidTank.prototype.setValue = function(value) {
var currentValue = this._originalValue || 0;
var currentValue =
typeof this._originalValue !== "undefined"
? this._originalValue
: this.options.min;
this._originalValue = value;

@@ -54,0 +57,0 @@ _animateFromToValue(currentValue, value, this.canvas, this.options);

2

package.json
{
"name": "liquid-tank",
"version": "0.0.2",
"version": "0.0.3",
"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