Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.1.2 to 2.1.3

2

dist/cjs/index.js

@@ -571,3 +571,3 @@ 'use strict'

;(0, _passiveLayoutEffect.default)(() => {
if (typeof onRender === 'function') {
if (typeof onRender === 'function' && stopIndex.current !== void 0) {
onRender(startIndex.current, stopIndex.current, items)

@@ -574,0 +574,0 @@ prevStartIndex.current = startIndex.current

@@ -537,3 +537,3 @@ import _pt from 'prop-types'

useLayoutEffect(() => {
if (typeof onRender === 'function') {
if (typeof onRender === 'function' && stopIndex.current !== void 0) {
onRender(startIndex.current, stopIndex.current, items)

@@ -540,0 +540,0 @@ prevStartIndex.current = startIndex.current

{
"name": "masonic",
"version": "2.1.2",
"version": "2.1.3",
"homepage": "https://github.com/jaredLunde/masonic#readme",

@@ -5,0 +5,0 @@ "repository": "github:jaredLunde/masonic",

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