@travetto/compiler
Advanced tools
Comparing version 0.3.11 to 0.3.12
@@ -13,3 +13,3 @@ { | ||
"dependencies": { | ||
"@travetto/base": "^0.3.13", | ||
"@travetto/base": "^0.3.14", | ||
"@types/source-map-support": "^0.4.1", | ||
@@ -37,4 +37,4 @@ "source-map-support": "^0.5.6", | ||
}, | ||
"version": "0.3.11", | ||
"gitHead": "268ba21b7baabf2650421828f15603ffad7374e9" | ||
"version": "0.3.12", | ||
"gitHead": "7ee03431f510df773d5869aee70e3c91758f5ff3" | ||
} |
@@ -126,9 +126,5 @@ import * as fs from 'fs'; | ||
deleteCached(file: string, unlink: boolean = true) { | ||
this.cache.removeEntry(file); | ||
} | ||
unload(name: string, unlink: boolean = true) { | ||
if (this.hasCached(name)) { | ||
this.deleteCached(name, unlink); | ||
if (this.config.cache) { | ||
this.cache.removeExpiredEntry(name); | ||
} | ||
@@ -135,0 +131,0 @@ |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1
38032
15
918
Updated@travetto/base@^0.3.14