New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mx-react-components

Package Overview
Dependencies
Maintainers
1
Versions
489
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mx-react-components - npm Package Compare versions

Comparing version

to
0.0.8

2

dist/components/Select.js

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

{ style: this._getOptionListStyles() },
'this.props.children;'
this.props.children
);

@@ -132,0 +132,0 @@ } else {

{
"name": "mx-react-components",
"version": "0.0.7",
"version": "0.0.8",
"description": "A collection of generic React UI components",

@@ -5,0 +5,0 @@ "main": "dist/Index.js",

@@ -122,3 +122,3 @@ const React = require('react');

<div style={this._getOptionListStyles()}>
this.props.children;
{this.props.children}
</div>

@@ -125,0 +125,0 @@ );

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