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

codi-test-framework

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codi-test-framework - npm Package Compare versions

Comparing version 0.0.38 to 0.0.39

2

package.json
{
"name": "codi-test-framework",
"version": "v0.0.38",
"version": "v0.0.39",
"description": "A simple test framework for JavaScript",

@@ -5,0 +5,0 @@ "main": "src/testRunner.js",

@@ -71,6 +71,6 @@ import fs from 'fs';

if (state.failedTests > 0) {
console.log(chalk.red('\nSome tests failed.'));
console.log(chalk.red(`\n${state.failedTests} tests failed.`));
process.exit(1);
} else {
console.log(chalk.green('\nAll tests passed.'));
console.log(chalk.green(`\n${state.passedTests} tests passed.`));
process.exit(0);

@@ -77,0 +77,0 @@ }

@@ -31,3 +31,3 @@ import chalk from 'chalk';

export const version = 'v0.0.38';
export const version = 'v0.0.39';

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