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

react-grid-layout

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-grid-layout - npm Package Compare versions

Comparing version 0.10.8 to 0.10.9

2

build/ReactGridLayout.js

@@ -70,3 +70,3 @@ 'use strict';

// what is in props.
else if (!nextProps.children.length !== this.props.children.length) {
else if (nextProps.children.length !== this.props.children.length) {
newLayoutBase = this.state.layout;

@@ -73,0 +73,0 @@ }

@@ -0,1 +1,7 @@

0.10.9
------
- Bugfix: Typo in children comparison in CWRP. See #169.
- Bugfix: Missing babel-preset-es2015 in dev.
0.10.8

@@ -2,0 +8,0 @@ ------

{
"name": "react-grid-layout",
"version": "0.10.8",
"version": "0.10.9",
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",

@@ -50,2 +50,3 @@ "main": "index.js",

"babel-plugin-typecheck": "^3.6.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-loose": "^7.0.0",

@@ -79,2 +80,2 @@ "babel-preset-react": "^6.5.0",

]
}
}
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