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 6.0.1 to 6.0.2

2

build/utils.js

@@ -21,4 +21,2 @@ "use strict";

var getViewPort = function getViewPort(source) {
console.log(source);
if (source && source.current && source.current.clientWidth) {

@@ -25,0 +23,0 @@ return source.current.clientWidth;

2

package.json
{
"name": "react-grid-system",
"version": "6.0.1",
"version": "6.0.2",
"description": "A powerful Bootstrap-like responsive grid system for React.",

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

/* global window */
/* eslint "no-console": "off" */

@@ -8,3 +7,2 @@ import { useState, useEffect } from 'react';

const getViewPort = (source) => {
console.log(source);
if (source && source.current && source.current.clientWidth) {

@@ -11,0 +9,0 @@ return source.current.clientWidth;

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