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

@travetto/base

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/base - npm Package Compare versions

Comparing version 0.0.75 to 0.0.76

4

bin/travetto.js

@@ -7,3 +7,3 @@ #!/usr/bin/env node

//Simple bootstrap to load compiler
const json = ts.readJsonConfigFile(`./tsconfig.json`, ts.sys.readFile);
const json = ts.readJsonConfigFile(`../tsconfig.json`, ts.sys.readFile);
const opts = ts.parseJsonSourceFileConfigFileContent(json, ts.sys, process.cwd()).options;

@@ -16,3 +16,3 @@

const { PhaseManager } = require('./src/phase');
const { PhaseManager } = require('../src/phase');
const mgr = new PhaseManager('bootstrap');

@@ -19,0 +19,0 @@ mgr.load();

@@ -22,3 +22,3 @@ {

"scripts": {},
"version": "0.0.75"
"version": "0.0.76"
}
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