Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-flex

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flex - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

lib/cleanup.js

9

lib/Flex.js

@@ -29,2 +29,6 @@ 'use strict';

var _cleanup = require('./cleanup');
var _cleanup2 = _interopRequireDefault(_cleanup);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -55,5 +59,4 @@

delete allProps.display;
delete allProps.wrap;
delete allProps.row;
(0, _cleanup2.default)(allProps);
allProps.className = className;

@@ -60,0 +63,0 @@

@@ -29,2 +29,6 @@ 'use strict';

var _cleanup = require('./cleanup');
var _cleanup2 = _interopRequireDefault(_cleanup);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -56,5 +60,3 @@

delete allProps.display;
delete allProps.wrap;
delete allProps.row;
(0, _cleanup2.default)(allProps);

@@ -61,0 +63,0 @@ allProps.className = className;

{
"name": "react-flex",
"version": "2.2.2",
"version": "2.2.3",
"description": "",

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

@@ -7,2 +7,3 @@ import React, { PropTypes } from 'react'

import props2className from './props2className'
import cleanup from './cleanup'

@@ -17,5 +18,4 @@ class Flex extends Component {

delete allProps.display
delete allProps.wrap
delete allProps.row
cleanup(allProps)
allProps.className = className

@@ -22,0 +22,0 @@

@@ -7,2 +7,3 @@ import React, { PropTypes } from 'react'

import props2className from './props2className'
import cleanup from './cleanup'

@@ -21,5 +22,3 @@ class FlexItem extends Component {

delete allProps.display
delete allProps.wrap
delete allProps.row
cleanup(allProps)

@@ -26,0 +25,0 @@ allProps.className = className

Sorry, the diff of this file is too big to display

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