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.0-beta0 to 0.10.0-beta1

4

build/components/ListensToWidth.js

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

var _react2 = _interopRequireDefault(_react);
var _reactDom = require('react-dom');

@@ -70,3 +72,3 @@

value: function render() {
return React.createElement(ComposedComponent, _extends({}, this.props, { ref: 'child' }));
return _react2['default'].createElement(ComposedComponent, _extends({}, this.props, { ref: 'child' }));
}

@@ -73,0 +75,0 @@ }], [{

@@ -0,1 +1,6 @@

0.10.0-beta1
------------
- Fixed a React import bug on ListensToWidth.jsx (#130; thanks @mrblueblue)
0.10.0-beta0

@@ -2,0 +7,0 @@ ------------

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

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

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