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

react-simple-flex-grid

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-flex-grid - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

package.json
{
"name": "react-simple-flex-grid",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -32,3 +32,2 @@ "keywords": [

"autoprefixer": "^6.7.7",
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.24.0",

@@ -35,0 +34,0 @@ "babel-core": "^6.24.0",

@@ -110,3 +110,3 @@ ReactSimpleFlexGrid

```
<Row gutter={40} justify="end" align="center">
<Row gutter={40}>
<Col xs={2} sm={4} md={6} lg={8} xl={10}>xl-10</Col>

@@ -124,3 +124,3 @@ <Col xs={10} sm={8} md={6} lg={4} xl={2}>xl-2</Col>

```
<Row gutter={40} justify="end" align="center">
<Row gutter={40}>
<Col xs={{ span: 6, offset: 2 }}>xs-6</Col>

@@ -127,0 +127,0 @@ <Col span={4}>col-4</Col>

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