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 0.0.92 to 0.0.93

2

bin/travetto.js

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

for (const f of fs.readdirSync(CACHE_DIR)) {
const full = f.replace(CACHE_SEP_RE, '/').replace('@', '.');
const full = f.replace(CACHE_SEP_RE, '/').replace(/@ts$/, '.ts');
const rel = `${CACHE_DIR}/${f}`;

@@ -28,0 +28,0 @@ const stat = LOADED[rel] = fs.statSync(rel);

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

"scripts": {},
"version": "0.0.92"
"version": "0.0.93"
}
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