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 7.0.2 to 7.0.3

9

index.d.ts

@@ -20,3 +20,3 @@ declare module 'react-grid-system' {

style?: object,
component?: () => string | string
component?: (() => string) | string
} & ScreenClassMap<number | "content">;

@@ -27,3 +27,3 @@

style?: object,
component?: () => string | string
component?: (() => string) | string
} & ScreenClassMap<boolean>;

@@ -38,3 +38,3 @@

nowrap?: boolean,
component?: () => string | string,
component?: (() => string) | string,
gutterWidth?: number

@@ -57,3 +57,4 @@ }

gridColumns?: number,
defaultScreenClass?: ScreenClass
defaultScreenClass?: ScreenClass,
maxScreenClass?: ScreenClass
}

@@ -60,0 +61,0 @@

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

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

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