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

magic-grid

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magic-grid - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

10

index.d.ts

@@ -11,10 +11,10 @@ /**

export interface MagicGridProps{
containerClass?: string;
container?: string | HTMLElement;
container: string | HTMLElement;
static?: boolean;
items?: number;
gutter?: number;
maxColumns: number,
useMin: boolean,
animate: boolean,
maxColumns?: number;
useMin?: boolean;
useTransform?: boolean;
animate?: boolean;
}

@@ -21,0 +21,0 @@

{
"name": "magic-grid",
"version": "3.2.2",
"version": "3.2.3",
"description": "Super lightweight javascript library for dynamic grid layouts.",

@@ -5,0 +5,0 @@ "main": "dist/magic-grid.cjs.js",

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