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.13.5 to 0.13.6

4

build/GridItem.js

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

return function (e, _ref3) {
var element = _ref3.element;
var node = _ref3.node;
var size = _ref3.size;

@@ -372,3 +372,3 @@

_this3.props[handlerName](i, w, h, { e: e, element: element, size: size });
_this3.props[handlerName](i, w, h, { e: e, node: node, size: size });
};

@@ -375,0 +375,0 @@ };

# Changelog
0.13.6 (Sep 26, 2016)
-----
#### Fixes:
- Fixed missing HTMLElement in `onResize*` callbacks.
0.13.5 (Sep 9, 2016)

@@ -4,0 +11,0 @@ -----

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

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

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