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.1.0 to 2.2.0

lib/prefix.js

6

lib/props2className.js

@@ -15,5 +15,9 @@ 'use strict';

var _prefix = require('./prefix');
var _prefix2 = _interopRequireDefault(_prefix);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var PREFIX = 'react-flex';
var PREFIX = _prefix2.default;

@@ -20,0 +24,0 @@ exports.default = function (props) {

2

package.json
{
"name": "react-flex",
"version": "2.1.0",
"version": "2.2.0",
"description": "",

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

import join from './join'
import props2flex from './props2flex'
import prefix from './prefix'
const PREFIX = 'react-flex'
const PREFIX = prefix

@@ -6,0 +7,0 @@ export default (props) => {

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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