@talend/scripts-config-cdn
Advanced tools
Comparing version 10.9.0 to 10.9.1
@@ -143,3 +143,3 @@ /* eslint-disable global-require */ | ||
if (fs.existsSync(lockTypeMap.npm.path)) { | ||
const packagelock = require(lockTypeMap.npm.lockfile); | ||
const packagelock = require(lockTypeMap.npm.path); | ||
infos = getAllFlattenDependencies(packagelock) | ||
@@ -146,0 +146,0 @@ .map(({ name, version }) => moduleToCdn(name, version, { env: 'development' })) |
# CHANGELOG | ||
## 10.9.1 | ||
### Patch Changes | ||
- 06598a0c0: fix(TDP-12694): require valid package-lock file path | ||
## 10.9.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@talend/scripts-config-cdn", | ||
"version": "10.9.0", | ||
"version": "10.9.1", | ||
"description": "Provide a simple API to inject CDN config into existing webpack configuration", | ||
@@ -5,0 +5,0 @@ "main": "cdn.js", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
38277