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.15.2 to 0.15.3

34

package.json
{
"name": "react-grid-layout",
"version": "0.15.2",
"version": "0.15.3",
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",

@@ -37,19 +37,15 @@ "main": "index.js",

"dependencies": {
"classnames": "^2.2.5",
"classnames": "2.x",
"lodash.isequal": "^4.0.0",
"prop-types": "^15.5.8",
"prop-types": "15.x",
"react-draggable": "^3.0.3",
"react-resizable": "^1.7.4"
"react-resizable": "^1.7.5"
},
"peerDependencies": {
"react": "^0.14.3 || ^15.0.0",
"react-dom": "^0.14.3 || ^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-jest": "^21.0.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-react-constant-elements": "^6.5.0",

@@ -63,8 +59,8 @@ "babel-plugin-transform-react-inline-elements": "^6.6.5",

"ejs": "^2.4.1",
"eslint": "^4.6.1",
"eslint-plugin-react": "^7.3.0",
"eslint": "^4.7.2",
"eslint-plugin-react": "^7.4.0",
"exports-loader": "^0.6.4",
"flow-bin": "^0.54.0",
"flow-bin": "^0.55.0",
"imports-loader": "^0.7.1",
"jest-cli": "^21.0.1",
"jest-cli": "^21.2.0",
"jsxhint": "^0.15.1",

@@ -74,4 +70,4 @@ "lodash": "^4.3.0",

"precommit-hook": "^3.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react": "^16.x",
"react-dom": "^16.x",
"react-hot-loader": "^1.3.0",

@@ -81,4 +77,4 @@ "react-transform-hmr": "^1.0.2",

"valiquire": "^0.3.0",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.4.2"
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
},

@@ -85,0 +81,0 @@ "publishConfig": {

@@ -122,5 +122,5 @@ # React-Grid-Layout

<ReactGridLayout className="layout" layout={layout} cols={12} rowHeight={30} width={1200}>
<div key={'a'}>a</div>
<div key={'b'}>b</div>
<div key={'c'}>c</div>
<div key="a">a</div>
<div key="b">b</div>
<div key="c">c</div>
</ReactGridLayout>

@@ -168,5 +168,5 @@ )

cols={{lg: 12, md: 10, sm: 6, xs: 4, xxs: 2}}>
<div key={"1"}>1</div>
<div key={"2"}>2</div>
<div key={"3"}>3</div>
<div key="1">1</div>
<div key="2">2</div>
<div key="3">3</div>
</ResponsiveReactGridLayout>

@@ -206,5 +206,5 @@ )

cols={{lg: 12, md: 10, sm: 6, xs: 4, xxs: 2}}>
<div key={"1"}>1</div>
<div key={"2"}>2</div>
<div key={"3"}>3</div>
<div key="1">1</div>
<div key="2">2</div>
<div key="3">3</div>
</ResponsiveReactGridLayout>

@@ -211,0 +211,0 @@ )

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