Socket
Socket
Sign inDemoInstall

react-masonry-layout

Package Overview
Dependencies
7
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

4

lib/components/MasonryLayout.js

@@ -75,4 +75,4 @@ 'use strict';

}, {
key: 'componengWillUnmount',
value: function componengWillUnmount() {
key: 'componentWillUnmount',
value: function componentWillUnmount() {
this.state.instance.resize(false);

@@ -79,0 +79,0 @@ }

{
"name": "react-masonry-layout",
"version": "0.2.2",
"version": "0.2.3",
"description": "",

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

@@ -59,3 +59,3 @@ import React, { PropTypes, Component } from 'react'

componengWillUnmount() {
componentWillUnmount() {
this.state.instance.resize(false)

@@ -62,0 +62,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc