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.5 to 0.3.6

5

bin/travetto-cli-compile.js

@@ -5,2 +5,3 @@ const fs = require('fs');

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

@@ -20,3 +21,3 @@ module.exports = function() {

await require(`@travetto/base/bin/bootstrap`).run();
const { ScanApp, FsUtil } = require(`@travetto/base`);
const { ScanApp } = require(`@travetto/base`);
const { AppCache } = require(`@travetto/base/src/cache`);

@@ -49,3 +50,3 @@

}
await FsUtil.mkdirp(cmd.output);
FsUtil.mkdirp(cmd.output);
}

@@ -52,0 +53,0 @@

3

package.json

@@ -36,4 +36,3 @@ {

},
"version": "0.3.5",
"gitHead": "1dc2f5764a2286dd9237a906f6aa1b3cc1305800"
"version": "0.3.6"
}
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