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.1 to 4.1.2

9

index.d.ts
declare module 'react-grid-system' {
import * as React from 'react';
enum Align {
Normal = "normal",
Start = "start",
Center = "center",
End = "end"
}
import * as React from 'react'
type Align = "normal" | "start" | "center" | "end"
type Offsets = {

@@ -10,0 +5,0 @@ xs?: number,

{
"name": "react-grid-system",
"version": "4.1.1",
"version": "4.1.2",
"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