You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@travetto/compiler

Package Overview
Dependencies
Maintainers
1
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/compiler - npm Package Compare versions

Comparing version

to
0.3.12

6

package.json

@@ -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 @@