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
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 1.0.23 to 1.0.24

5

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

@@ -24,3 +24,4 @@ "type": "module",

"chalk": "^5.3.0",
"figlet": "^1.7.0"
"figlet": "^1.7.0",
"node-mocks-http": "^1.16.2"
},

@@ -27,0 +28,0 @@ "devDependencies": {

6

src/_codi.js

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

import { MockHttp } from './util/mockHtml.js';
import mockHttp from 'node-mocks-http';

@@ -38,3 +38,3 @@ let mockModule;

const version = 'v1.0.23';
const version = 'v1.0.24';

@@ -58,3 +58,3 @@ // Create the codi object to hold all exports

codepenLogging,
MockHttp,
mockHttp,
mock: mockModule,

@@ -61,0 +61,0 @@ };

Sorry, the diff of this file is not supported yet

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