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
79
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 1.0.26 to 1.0.27

2

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

@@ -5,0 +5,0 @@ "type": "module",

@@ -29,5 +29,3 @@ import assertions from './assertions/_assertions.js';

if (typeof Bun !== 'undefined') {
const { mock, spyOn } = await import('bun:test');
mock = mock;
spyOn = spyOn;
({ mock, spyOn } = await import('bun:test'));
} else {

@@ -40,3 +38,3 @@ mock = browserMock;

const version = 'v1.0.26';
const version = 'v1.0.27';

@@ -43,0 +41,0 @@ // Create the codi object to hold all exports

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