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

react-flexbox

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flexbox - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

lib/index.js

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

value: function render() {
console.log('react render');
var style = mixProps({}, this.props);

@@ -83,3 +82,2 @@ if (this.props.auto) {

}
console.log('before');
return _react2['default'].createElement(

@@ -86,0 +84,0 @@ 'div',

2

package.json
{
"name": "react-flexbox",
"version": "2.0.1",
"version": "2.0.2",
"description": "React flexbox implementation",

@@ -5,0 +5,0 @@ "author": "Thomas Coopman @tcoopman",

@@ -47,3 +47,2 @@ import React from 'react';

render() {
console.log('react render');
const style = mixProps({}, this.props);

@@ -53,5 +52,4 @@ if (this.props.auto) {

}
console.log('before');
return <div {...this.props} style={style}>{this.props.children}</div>;
}
}
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