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 6.3.0 to 6.3.1

2

build/utils.js

@@ -46,3 +46,3 @@ "use strict";

newScreenClass = 'xs';
if (newScreenClass[0] && viewport >= breakpoints[0]) newScreenClass = 'sm';
if (breakpoints[0] && viewport >= breakpoints[0]) newScreenClass = 'sm';
if (breakpoints[1] && viewport >= breakpoints[1]) newScreenClass = 'md';

@@ -49,0 +49,0 @@ if (breakpoints[2] && viewport >= breakpoints[2]) newScreenClass = 'lg';

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

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

@@ -26,3 +26,3 @@ /* global window */

newScreenClass = 'xs';
if (newScreenClass[0] && viewport >= breakpoints[0]) newScreenClass = 'sm';
if (breakpoints[0] && viewport >= breakpoints[0]) newScreenClass = 'sm';
if (breakpoints[1] && viewport >= breakpoints[1]) newScreenClass = 'md';

@@ -29,0 +29,0 @@ if (breakpoints[2] && viewport >= breakpoints[2]) newScreenClass = 'lg';

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