New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 4.1.5 to 4.1.6

3

build/grid/Col/style.js

@@ -44,4 +44,3 @@ 'use strict';

paddingRight: gutterWidth / 2 + 'px',
width: '100%',
overflow: 'hidden'
width: '100%'
}, moreStyle);

@@ -48,0 +47,0 @@

@@ -12,14 +12,14 @@ declare module 'react-grid-system' {

type Push = {
xs?: boolean,
sm?: boolean,
md?: boolean,
lg?: boolean,
xl?: boolean
xs?: number,
sm?: number,
md?: number,
lg?: number,
xl?: number
}
type Pull = {
xs?: boolean,
sm?: boolean,
md?: boolean,
lg?: boolean,
xl?: boolean
xs?: number,
sm?: number,
md?: number,
lg?: number,
xl?: number
}

@@ -26,0 +26,0 @@ type ColProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> & {

{
"name": "react-grid-system",
"version": "4.1.5",
"version": "4.1.6",
"description": "A powerful Bootstrap-like responsive grid system for React.",

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

@@ -29,3 +29,2 @@ import { screenClasses } from '../../utils';

width: '100%',
overflow: 'hidden',
...moreStyle,

@@ -32,0 +31,0 @@ };

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