@knit/needle
Advanced tools
Comparing version 0.0.0-0eca39c to 0.0.0-14f49ec
@@ -13,2 +13,3 @@ "use strict"; | ||
const OUTPUT_DIR = pathJoin(process.env.KNIT_OUTPUT_DIR || "dist"); | ||
const TEST_DIR_PATTERN = pathJoin(process.env.TEST_DIR_PATTERN || "__tests__"); | ||
module.exports = { | ||
@@ -19,3 +20,4 @@ paths: { | ||
outputDir: OUTPUT_DIR, | ||
outputDirPath: pathJoin(ROOT_DIR, OUTPUT_DIR) | ||
outputDirPath: pathJoin(ROOT_DIR, OUTPUT_DIR), | ||
testDirPattern: TEST_DIR_PATTERN | ||
}, | ||
@@ -22,0 +24,0 @@ pkg: { |
@@ -21,5 +21,5 @@ { | ||
"description": "centralized config", | ||
"version": "0.0.0-0eca39c", | ||
"version": "0.0.0-14f49ec", | ||
"dependencies": { | ||
"@knit/path-join": "0.0.0-0eca39c", | ||
"@knit/path-join": "0.8.3", | ||
"dotenv": "8.1.0", | ||
@@ -26,0 +26,0 @@ "read-pkg-up": "7.0.0" |
Sorry, the diff of this file is not supported yet
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
69239
24
4
+ Added@knit/path-join@0.8.3(transitive)
- Removed@knit/path-join@0.0.0-0eca39c(transitive)
Updated@knit/path-join@0.8.3