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
1
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.24 to 0.0.25

5

package.json
{
"name": "codi-test-framework",
"version": "0.0.24",
"version": "0.0.25",
"description": "A simple test framework for JavaScript",

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

"dependencies": {
"chalk": "^5.3.0"
"chalk": "^5.3.0",
"figlet": "^1.7.0"
}
}
import fs from 'fs';
import path from 'path';
import chalk from 'chalk';
import figlet from 'figlet';
import assertions from './assertions/_assertions.js';

@@ -16,3 +17,3 @@

let testResults = [];
let version = 'v0.0.24';
let version = 'v0.0.25';

@@ -145,3 +146,3 @@ export async function describe(description, callback) {

if (returnVersion) {
console.log(chalk.blue(version));
console.log(chalk.blue(`🐶 Woof! Woof!: ${version}`));
process.exit(0);

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