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
77
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.46 to 0.0.47

2

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

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

@@ -54,10 +54,2 @@ import chalk from 'chalk';

/**
* Get current suite path based on stack
* @returns {string} Full path of current suite stack
*/
_getFullSuitePath() {
return this.suiteStack.map(suite => suite.description).join(' > ');
}
/**
* Add a new suite to the stack and register it

@@ -64,0 +56,0 @@ * @method

@@ -11,2 +11,3 @@ import chalk from 'chalk';

export { it } from './core/it.js';
export { state } from './state/TestState.js'

@@ -33,3 +34,3 @@ // Runner exports - re-export everything

export const version = 'v0.0.46';
export const version = 'v0.0.47';

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