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

@types/masonry-layout

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/masonry-layout - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

8

masonry-layout/index.d.ts

@@ -43,2 +43,7 @@ // Type definitions for Masonry 4.2

declare namespace Masonry {
interface HiddenOrVisibleStyleOption {
transform?: string;
opacity?: number;
}
interface Options {

@@ -55,2 +60,4 @@ // layout

horizontalOrder?: boolean;
hiddenStyle?: HiddenOrVisibleStyleOption;
visibleStyle?: HiddenOrVisibleStyleOption;

@@ -60,2 +67,3 @@ // setup

transitionDuration?: any;
stagger?: string | number;
resize?: boolean;

@@ -62,0 +70,0 @@ initLayout?: boolean;

11

masonry-layout/package.json
{
"name": "@types/masonry-layout",
"version": "4.2.1",
"version": "4.2.2",
"description": "TypeScript definitions for Masonry",

@@ -19,6 +19,7 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/masonry-layout"
},

@@ -29,4 +30,4 @@ "scripts": {},

},
"typesPublisherContentHash": "5bd3232064524b9890487a618f51bd0f2dcba9863d817c29c0acd2d499cd4c40",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "966e8fc51f7557c2f7b90cfc49f0f2535aecdcd5f89d4c086450225d5248bb07",
"typeScriptVersion": "3.2"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for Masonry ( https://github.com/desandro/masonry ).
This package contains type definitions for Masonry (https://github.com/desandro/masonry).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/masonry-layout
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/masonry-layout.
Additional Details
* Last updated: Wed, 13 Feb 2019 21:04:28 GMT
* Dependencies: @types/jquery
### Additional Details
* Last updated: Thu, 29 Oct 2020 07:29:43 GMT
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery)
* Global values: none
# Credits
These definitions were written by Mark Wilson <https://github.com/m-a-wilson>, Travis Brown <https://github.com/warriorrocker>.
These definitions were written by [Mark Wilson](https://github.com/m-a-wilson), and [Travis Brown](https://github.com/warriorrocker).

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