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
355
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.74 to 0.0.75

2

package.json

@@ -30,3 +30,3 @@ {

},
"version": "0.0.74"
"version": "0.0.75"
}

@@ -116,2 +116,4 @@ import * as fs from 'fs';

if (!(err instanceof assert.AssertionError)) {
delete err.toJSON; // Do not allow the value to propagate as JSON
let line = AssertUtil.readFilePosition(err, test.file).line;

@@ -118,0 +120,0 @@ if (line === 1) {

@@ -89,3 +89,3 @@ import * as minimist from 'minimist';

// Glob to module path
const files = await ExecuteUtil.getTests(globs.map(x => new RegExp(x.replace(/[\\\/]/g, '/'))));
const files = await ExecuteUtil.getTests(globs.map(x => new RegExp(`${x}`.replace(/[\\\/]/g, '/'))));
return files;

@@ -92,0 +92,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