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.4 to 4.1.5

9

index.d.ts

@@ -84,2 +84,11 @@ declare module 'react-grid-system' {

type Configuration = {
breakpoints?: Array<number>,
containerWidths?: Array<number>,
gutterWidth?: number,
gridColumns?: number,
defaultScreenClass?: "xs" | "sm" | "md" | "lg" | "xl"
}
export function setConfiguration(configuration: Configuration): void
export class Col extends React.Component<ColProps, any> {}

@@ -86,0 +95,0 @@ export class Container extends React.Component<ContainerProps, any> {}

2

package.json
{
"name": "react-grid-system",
"version": "4.1.4",
"version": "4.1.5",
"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