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.4 to 0.3.5

6

bin/travetto-cli-compile.js
const fs = require('fs');
const path = require('path');
module.exports = function init(program, cwd, dependOn) {
return program
const { Util: { cwd, dependOn, program } } = require('@travetto/cli/src/util');
module.exports = function() {
program
.command('compile')

@@ -7,0 +9,0 @@ .option('-o, --output <output>', 'Output directory')

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

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

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

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