react-reflex
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3234197
36030
6