Socket
Socket
Sign inDemoInstall

@dotdev/limelight

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotdev/limelight - npm Package Compare versions

Comparing version 2.1.26 to 2.1.27

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## [2.1.27](https://github.com/ButsAndCats/limelight/compare/2.1.26...2.1.27) (2018-10-15)
## [2.1.26](https://github.com/ButsAndCats/limelight/compare/2.1.25...2.1.26) (2018-10-15)

@@ -2,0 +7,0 @@

18

lib/limelight.js

@@ -13,3 +13,3 @@ "use strict";

Limelight
version v2.1.20
version v2.1.21
Author: George Butter

@@ -305,4 +305,9 @@ https://github.com/ButsAndCats/limelight

var el = this.slideElement;
var height = "".concat(el.scrollHeight, "px");
el.style.height = height;
if (this.settings.visible) {
el.style.height = null;
} else {
var height = "".concat(el.scrollHeight, "px");
el.style.height = height;
}
};

@@ -312,3 +317,8 @@

var el = this.slideElement;
el.style.height = null;
if (this.settings.visible) {
el.style.height = 0;
} else {
el.style.height = null;
}
};

@@ -315,0 +325,0 @@

@@ -13,3 +13,3 @@ "use strict";

Limelight
version v2.1.21
version v2.1.22
Author: George Butter

@@ -305,4 +305,9 @@ https://github.com/ButsAndCats/limelight

var el = this.slideElement;
var height = "".concat(el.scrollHeight, "px");
el.style.height = height;
if (this.settings.visible) {
el.style.height = null;
} else {
var height = "".concat(el.scrollHeight, "px");
el.style.height = height;
}
};

@@ -312,3 +317,8 @@

var el = this.slideElement;
el.style.height = null;
if (this.settings.visible) {
el.style.height = 0;
} else {
el.style.height = null;
}
};

@@ -315,0 +325,0 @@

@@ -56,3 +56,3 @@ {

},
"version": "2.1.26"
"version": "2.1.27"
}
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