Comparing version 14.0.58 to 14.0.59
@@ -6,2 +6,10 @@ # Change Log | ||
## [14.0.59](https://github.com/d3fc/d3fc/compare/d3fc@14.0.58...d3fc@14.0.59) (2019-11-29) | ||
**Note:** Version bump only for package d3fc | ||
## [14.0.58](https://github.com/d3fc/d3fc/compare/d3fc@14.0.57...d3fc@14.0.58) (2019-11-29) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "d3fc", | ||
"version": "14.0.58", | ||
"version": "14.0.59", | ||
"description": "A collection of components that make it easy to build interactive charts with D3", | ||
@@ -51,3 +51,3 @@ "main": "build/d3fc.js", | ||
}, | ||
"gitHead": "c83537bb5af4735404eb31d7471deff01fccf2ef" | ||
"gitHead": "33b121c6d29f111fed63e4ac0d772bc906170ec7" | ||
} |
@@ -36,3 +36,3 @@ import babel from 'rollup-plugin-babel'; | ||
process.env.env = commandLineArgs.configEnv || 'dev'; | ||
const shouldMinify = process.env === 'prod'; | ||
const shouldMinify = process.env.env === 'prod'; | ||
@@ -39,0 +39,0 @@ const _plugins = [ |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance 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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
291392
11
5427
1
5