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 3.1.1 to 3.1.2

1

build/grid/Col/index.js

@@ -57,2 +57,3 @@ 'use strict';

}, _this.componentWillUnmount = function () {
_this.eventListener.cancel();
window.removeEventListener('resize', _this.eventListener);

@@ -59,0 +60,0 @@ }, _this.setScreenClass = function () {

@@ -57,2 +57,3 @@ 'use strict';

}, _this.componentWillUnmount = function () {
_this.eventListener.cancel();
window.removeEventListener('resize', _this.eventListener);

@@ -59,0 +60,0 @@ }, _this.setScreenClass = function () {

@@ -59,2 +59,3 @@ 'use strict';

}, _this.componentWillUnmount = function () {
_this.eventListener.cancel();
window.removeEventListener('resize', _this.eventListener);

@@ -61,0 +62,0 @@ }, _this.setScreenClass = function () {

@@ -53,2 +53,3 @@ 'use strict';

}, _this.componentWillUnmount = function () {
_this.eventListener.cancel();
window.removeEventListener('resize', _this.eventListener);

@@ -55,0 +56,0 @@ }, _this.setScreenClass = function () {

@@ -59,2 +59,3 @@ 'use strict';

}, _this.componentWillUnmount = function () {
_this.eventListener.cancel();
window.removeEventListener('resize', _this.eventListener);

@@ -61,0 +62,0 @@ }, _this.setScreenClass = function () {

2

package.json
{
"name": "react-grid-system",
"version": "3.1.1",
"version": "3.1.2",
"description": "A no CSS Bootstrap-like responsive grid system for React.",

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

@@ -108,2 +108,3 @@ /* global window */

componentWillUnmount = () => {
this.eventListener.cancel();
window.removeEventListener('resize', this.eventListener);

@@ -110,0 +111,0 @@ }

@@ -80,2 +80,3 @@ /* global window */

componentWillUnmount = () => {
this.eventListener.cancel();
window.removeEventListener('resize', this.eventListener);

@@ -82,0 +83,0 @@ }

@@ -65,2 +65,3 @@ /* global window */

componentWillUnmount = () => {
this.eventListener.cancel();
window.removeEventListener('resize', this.eventListener);

@@ -67,0 +68,0 @@ }

@@ -50,2 +50,3 @@ /* global window */

componentWillUnmount = () => {
this.eventListener.cancel();
window.removeEventListener('resize', this.eventListener);

@@ -52,0 +53,0 @@ }

@@ -65,2 +65,3 @@ /* global window */

componentWillUnmount = () => {
this.eventListener.cancel();
window.removeEventListener('resize', this.eventListener);

@@ -67,0 +68,0 @@ }

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