@ardentcode/tsc
Advanced tools
+1
-2
@@ -44,4 +44,3 @@ "use strict"; | ||
| const cacheSeed = this.getCacheSeed(); | ||
| const cwd = process.cwd(); | ||
| return new buildCache_1.BuildCache(cwd + cacheSeed, cwd, this.argsParser.hasFlag("verbose")); | ||
| return new buildCache_1.BuildCache(cacheSeed, process.cwd(), this.argsParser.hasFlag("verbose")); | ||
| } | ||
@@ -48,0 +47,0 @@ getTSProgram() { |
@@ -10,3 +10,3 @@ "use strict"; | ||
| this.warn = (warning) => console.warn(warning); | ||
| this.debug = (info) => this.printVerbose && console.log(info); | ||
| this.debug = (info) => this.printVerbose && console.log("[debug][atsc]", info); | ||
| } | ||
@@ -13,0 +13,0 @@ setVerbose(printVerbose) { |
+2
-2
| { | ||
| "name": "@ardentcode/tsc", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "description": "", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
| "dependencies": { | ||
| "@ardentcode/build-cache": "0.2.0", | ||
| "@ardentcode/build-cache": "0.2.1", | ||
| "typescript": "^4.5.5" | ||
@@ -31,0 +31,0 @@ }, |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
14120
-0.11%315
-0.32%+ Added
- Removed