Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

baseframe-js

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baseframe-js - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

18

dist/js/Collapse.js

@@ -120,2 +120,5 @@ import $ from 'cash-dom';

const activeAlreadyOpen = s.$activeItem.hasClass(cssOpen);
$itemsToClose.each(function () {
$(this).css({ height: this.scrollHeight });
});
s.#transition(() => {

@@ -136,11 +139,6 @@ s.toggling = true;

});
$itemsToClose.each(function () {
$(this).css({ height: this.scrollHeight });
});
setTimeout(() => {
$itemsToClose
.removeClass(cssOpen)
.addClass(`${cssToggling} ${cssClosing}`)
.css({ height: 0 });
}, 0);
$itemsToClose
.removeClass(cssOpen)
.addClass(`${cssToggling} ${cssClosing}`)
.css({ height: 0 });
if (!activeAlreadyOpen) {

@@ -169,3 +167,3 @@ s.$activeItem

s.moveToTopOnOpen();
});
}, s.params.toggleDuration);
}

@@ -172,0 +170,0 @@ }

{
"name": "baseframe-js",
"version": "5.0.1",
"version": "5.0.2",
"description": "A suite of useful Javascript plugins and functions to help with Front-end Development on websites",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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