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

@appnest/masonry-layout

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appnest/masonry-layout - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

masonry-layout.d.ts

@@ -48,4 +48,5 @@ import { MasonryCols } from "./masonry-helpers";

* Schedules a layout.
* @param ms - The debounce time
*/
scheduleLayout(): void;
scheduleLayout(ms?: number): void;
/**

@@ -52,0 +53,0 @@ * Re-distributes all of the items.

@@ -158,4 +158,5 @@ import { createEmptyColHeightMap, debounce, DEFAULT_COLS, DEFAULT_MAX_COL_WIDTH, DEFAULT_SPACING, DISTRIBUTED_ATTR, getBooleanAttribute, getColCount, getColWidth, getNumberAttribute, getShortestCol, itemPosition, LAYOUT_DEBOUNCE_MS, setBooleanAttribute, tallestColHeight } from "./masonry-helpers";

* Schedules a layout.
* @param ms - The debounce time
*/
scheduleLayout() {
scheduleLayout(ms = LAYOUT_DEBOUNCE_MS) {
debounce(this.layout, LAYOUT_DEBOUNCE_MS, "layout");

@@ -162,0 +163,0 @@ }

{
"name": "@appnest/masonry-layout",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",

@@ -52,4 +52,4 @@ "module": "index.js",

"devDependencies": {
"@appnest/web-config": "0.2.6"
"@appnest/web-config": "0.3.0"
}
}

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