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

react-reflex

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-reflex - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "react-reflex",
"version": "1.0.0",
"version": "1.0.1",
"description": "A flex-based React layout component that works",

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

@@ -11,3 +11,6 @@ var webpack = require('webpack')

entry: {
index: './src/lib/index.js'
'index': [
'babel-polyfill',
'./src/lib/index.js'
]
},

@@ -14,0 +17,0 @@

@@ -10,3 +10,6 @@ var clean = require('clean-webpack-plugin')

entry: {
'index.min': './src/lib/index.js'
'index.min': [
'babel-polyfill',
'./src/lib/index.js'
]
},

@@ -13,0 +16,0 @@

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