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.8 to 4.4.9

2

build/grid/Col/index.js

@@ -173,3 +173,3 @@ 'use strict';

*/
component: _propTypes2.default.oneOfType([_propTypes2.default.func, _propTypes2.default.string])
component: _propTypes2.default.elementType
};

@@ -176,0 +176,0 @@ Col.defaultProps = {

@@ -137,3 +137,3 @@ 'use strict';

*/
component: _propTypes2.default.oneOfType([_propTypes2.default.func, _propTypes2.default.string])
component: _propTypes2.default.elementType
};

@@ -140,0 +140,0 @@ Container.defaultProps = {

@@ -117,3 +117,3 @@ 'use strict';

*/
component: _propTypes2.default.oneOfType([_propTypes2.default.func, _propTypes2.default.string]),
component: _propTypes2.default.elementType,
/**

@@ -120,0 +120,0 @@ * Whether the cols should not wrap

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

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

"dependencies": {
"prop-types": "^15.6.2"
"prop-types": "^15.7.2"
},

@@ -43,0 +43,0 @@ "devDependencies": {

@@ -90,3 +90,3 @@ import React, { createElement } from 'react';

*/
component: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
component: PropTypes.elementType,
};

@@ -93,0 +93,0 @@

@@ -49,3 +49,3 @@ import React, { createElement } from 'react';

*/
component: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
component: PropTypes.elementType,
};

@@ -52,0 +52,0 @@

@@ -51,6 +51,3 @@ import React from 'react';

*/
component: PropTypes.oneOfType([
PropTypes.func,
PropTypes.string,
]),
component: PropTypes.elementType,
/**

@@ -57,0 +54,0 @@ * Whether the cols should not wrap

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