Socket
Socket
Sign inDemoInstall

react-grid-layout

Package Overview
Dependencies
12
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

17

CHANGELOG.md
# Changelog
## 1.3.3 (Jan 24, 2022)
This was a quick release to improve package size and dependency use. Thanks @salvoravida [#1655](https://github.com/react-grid-layout/react-grid-layout/pull/1655)
### Bugfixes
- Removed `coverage/` folder from npm package to save size
- Moved eslint parser to `devDependencies`
## 1.3.2 (Jan 24, 2022)
### Internal Changes
- Package size reduced by ~30% by removing source in `dist/` source maps.
- Various tests added (thanks @imagineLife!)
- New GitHub Actions flow for PRs
## 1.3.1 (Nov 29, 2021)

@@ -4,0 +21,0 @@

6

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

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

"dependencies": {
"@babel/eslint-parser": "^7.16.3",
"clsx": "^1.1.1",

@@ -51,2 +50,3 @@ "lodash.isequal": "^4.0.0",

"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-class-properties": "^7.14.5",

@@ -125,2 +125,2 @@ "@babel/plugin-transform-flow-comments": "^7.14.5",

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