Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testdouble

Package Overview
Dependencies
Maintainers
2
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testdouble - npm Package Compare versions

Comparing version 3.16.5 to 3.16.6

6

CHANGELOG.md
# Change Log
## 3.16.4
## 3.16.5

@@ -8,2 +8,6 @@ * Improve type definition for stubbing a sequence of promises

## 3.16.4
* Update quibble
## 3.16.3

@@ -10,0 +14,0 @@

2

lib/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = '3.16.5';
exports.default = '3.16.6';
{
"name": "testdouble",
"version": "3.16.5",
"version": "3.16.6",
"description": "A minimal test double library for TDD with JavaScript",

@@ -14,2 +14,3 @@ "homepage": "https://github.com/testdouble/testdouble.js",

".": {
"types": "./index.d.ts",
"require": "./lib/index.js",

@@ -16,0 +17,0 @@ "import": "./lib/index.mjs"

@@ -1,1 +0,1 @@

export default '3.16.5'
export default '3.16.6'

Sorry, the diff of this file is too big to display

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