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

buildkite-test-collector

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buildkite-test-collector - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

1

jasmine/reporter.js

@@ -69,3 +69,2 @@ const { v4: uuidv4 } = require('uuid')

'name': result.description,
'identifier': result.fullName,
'location': result.location ? `${prefixedTestPath}:${result.location.line}` : null,

@@ -72,0 +71,0 @@ 'file_name': prefixedTestPath,

@@ -42,3 +42,2 @@ const { v4: uuidv4 } = require('uuid')

'name': result.title,
'identifier': result.fullName,
'location': result.location ? `${prefixedTestPath}:${result.location.line}` : null,

@@ -45,0 +44,0 @@ 'file_name': prefixedTestPath,

3

mocha/reporter.js

@@ -54,3 +54,2 @@ const { v4: uuidv4 } = require('uuid')

'scope': this.scope(test),
'identifier': test.fullTitle(),
'file_name': prefixedTestPath,

@@ -60,3 +59,3 @@ 'location': prefixedTestPath,

'failure_reason': failureReason,
'failure_expanded': failureExpanded(test.err == undefined ? [] : test.err.multiple),
'failure_expanded': failureExpanded(test.err == undefined ? [] : (test.err.multiple || [test.err])),
'history': {

@@ -63,0 +62,0 @@ 'section': 'top',

@@ -10,3 +10,3 @@ {

],
"version": "1.4.2",
"version": "1.5.0",
"homepage": "https://buildkite.com/test-analytics",

@@ -13,0 +13,0 @@ "bugs": "https://github.com/buildkite/test-collector-javascript/issues",

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