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.4.9 to 4.4.10

3

index.d.ts

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

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

@@ -66,0 +67,0 @@

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

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

"start": "styleguidist server",
"build": "rm -rf build && babel src -d build",
"build": "rimraf build && babel src -d build",
"docs": "styleguidist build",

@@ -58,2 +58,3 @@ "lint": "eslint --ignore-path .gitignore --fix *.js src/**/*.jsx src/**/*.js",

"react-styleguidist": "^8.0.6",
"rimraf": "^2.6.3",
"webpack": "^4.28.1",

@@ -60,0 +61,0 @@ "webpack-blocks": "^1.0.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