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
300
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.0.14 to 0.0.15

2

package.json

@@ -24,3 +24,3 @@ {

"scripts": {},
"version": "0.0.14"
"version": "0.0.15"
}

@@ -225,2 +225,5 @@ import * as fs from 'fs';

}
if (this.hashes.has(fileName)) {
this.hashes.delete(fileName);
}
if (this.modules.has(fileName)) {

@@ -421,2 +424,3 @@ this.modules.get(fileName)!.handler!.target = null;

this.files.clear();
this.hashes.clear();
this.sourceMaps.clear();

@@ -423,0 +427,0 @@ this.snaphost.clear();

@@ -1,2 +0,2 @@

require('@travetto/base/bootstrap')
require('@travetto/base/bootstrap').run()
.then(x => require('./stack'));
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