New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@travetto/test

Package Overview
Dependencies
Maintainers
1
Versions
358
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/test - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json

@@ -28,3 +28,3 @@ {

},
"version": "0.0.9"
"version": "0.0.10"
}

@@ -22,3 +22,3 @@ import { AppEnv } from '@travetto/base';

let base = process.cwd();
let lines = (err.stack || new Error().stack).split('\n').filter(x => !x.includes('/node_modules/') && x.includes(base));
let lines = (err.stack || new Error().stack!).split('\n').filter(x => !x.includes('/node_modules/') && x.includes(base));
let best = lines.filter(x => x.includes(filename))[0];

@@ -25,0 +25,0 @@

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