razzle-dev-utils
Advanced tools
Comparing version 0.8.4 to 0.8.5
{ | ||
"name": "razzle-dev-utils", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "Utilities and helpers for Razzle", | ||
@@ -5,0 +5,0 @@ "author": "Jared Palmer <jared@palmer.net>", |
@@ -36,3 +36,3 @@ 'use strict'; | ||
}, | ||
filename: process.env.REACT_DEV_BUNDLE_PATH || '/static/js/bundle.js', | ||
filename: process.env.REACT_BUNDLE_PATH || '/static/js/bundle.js', | ||
}); | ||
@@ -39,0 +39,0 @@ |
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
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
15053