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.1.0 to 7.1.1

5

build/primitives/Window/index.js

@@ -7,3 +7,6 @@ "use strict";

exports.default = void 0;
var _default = window;
/* global window */
var _default = typeof window !== 'undefined' ? window : undefined;
exports.default = _default;

2

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

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

@@ -1,1 +0,3 @@

export default window
/* global window */
export default typeof window !== 'undefined' ? window : undefined;
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