Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@travetto/compiler

Package Overview
Dependencies
Maintainers
1
Versions
303
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 0.3.11 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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc