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.3.6 to 0.3.7

6

bin/travetto-cli-compile.js

@@ -0,5 +1,8 @@

//@ts-check
const fs = require('fs');
const path = require('path');
// @ts-ignore
const { Util: { cwd, dependOn, program } } = require('@travetto/cli/src/util');
// @ts-ignore
const { FsUtil } = require('@travetto/cli/src/fs-util');

@@ -17,4 +20,5 @@

// Bootstrap
process.env.WATCH = false;
process.env.WATCH = 'false';
// @ts-ignore
await require(`@travetto/base/bin/bootstrap`).run();

@@ -21,0 +25,0 @@ const { ScanApp } = require(`@travetto/base`);

5

package.json

@@ -13,3 +13,3 @@ {

"dependencies": {
"@travetto/base": "^0.3.6",
"@travetto/base": "^0.3.7",
"@types/source-map-support": "^0.4.1",

@@ -37,3 +37,4 @@ "source-map-support": "^0.5.6",

},
"version": "0.3.6"
"version": "0.3.7",
"gitHead": "a97a54d48f681c8a3c265803ab1f8d8da1690f39"
}
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