New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

masonic

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

masonic - npm Package Compare versions

Comparing version

to
1.0.9

2

dist/cjs/Masonry.js

@@ -390,4 +390,2 @@ 'use strict';

}
this.stopIndex = index;
} // gets the container style object based upon the estimated height and whether or not

@@ -394,0 +392,0 @@ // the page is being scrolled

@@ -352,4 +352,2 @@ function _extends() {

}
this.stopIndex = index;
} // gets the container style object based upon the estimated height and whether or not

@@ -356,0 +354,0 @@ // the page is being scrolled

2

package.json
{
"name": "masonic",
"version": "1.0.8",
"version": "1.0.9",
"description": "A React virtualized masonry component for the window based on the original by Brian Vaughn",

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

@@ -319,4 +319,2 @@ import React, {useCallback, useMemo, useEffect, useRef} from 'react'

}
this.stopIndex = index
}

@@ -323,0 +321,0 @@ // gets the container style object based upon the estimated height and whether or not