New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.0.77

2

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(`${process.cwd()}/tsconfig.json`, ts.sys.readFile);
const opts = ts.parseJsonSourceFileConfigFileContent(json, ts.sys, process.cwd()).options;

@@ -10,0 +10,0 @@

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

"scripts": {},
"version": "0.0.76"
"version": "0.0.77"
}