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

react-grid-system

Package Overview
Dependencies
Maintainers
2
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-grid-system - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

3

build/grid/Col/index.js

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

*/
children: _react2.default.PropTypes.node.isRequired,
children: _react2.default.PropTypes.node,
/**

@@ -126,2 +126,3 @@ * The width of the column for screenclass `xs`, between 0 and 12

Col.defaultProps = {
children: null,
xs: 12,

@@ -128,0 +129,0 @@ sm: 12,

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

var styles = _extends({}, moreStyle, {
var styles = _extends({
boxSizing: 'border-box',

@@ -38,3 +38,3 @@ minHeight: '1px',

float: 'left'
});
}, moreStyle);

@@ -41,0 +41,0 @@ styles.width = '100%';

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

var styles = _extends({}, moreStyle, {
var styles = _extends({
boxSizing: 'border-box',

@@ -31,3 +31,3 @@ position: 'relative',

width: 'auto'
});
}, moreStyle);

@@ -34,0 +34,0 @@ if (fluid) {

@@ -18,6 +18,6 @@ 'use strict';

return _extends({}, moreStyle, {
return _extends({
marginLeft: '-' + theGutterWidth / 2 + 'px',
marginRight: '-' + theGutterWidth / 2 + 'px'
});
}, moreStyle);
};

@@ -24,0 +24,0 @@

{
"name": "react-grid-system",
"version": "2.4.0",
"version": "2.4.1",
"description": "A no CSS Bootstrap-like responsive grid system for React.",

@@ -47,3 +47,3 @@ "main": "./build/index.js",

"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",

@@ -50,0 +50,0 @@ "gulp": "^3.9.1",

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