Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@skills17/test-result

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skills17/test-result - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

1

lib/Group.d.ts

@@ -79,4 +79,5 @@ import Override from './Override';

getTests(): Test[];
getPattern(): string;
requiresManualCheck(): boolean;
toJSON(): Record<string, unknown>;
}

@@ -192,2 +192,6 @@ "use strict";

getPattern() {
return this.match;
}
requiresManualCheck() {

@@ -194,0 +198,0 @@ return !!this.getTests().find(test => test.requiresManualCheck());

2

package.json
{
"name": "@skills17/test-result",
"version": "2.0.2",
"version": "2.0.3",
"description": "Commonly generates and prints test results.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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