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

tedium

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tedium - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

History.md

@@ -15,3 +15,5 @@ # Tedium Changelog

* [1.1.2](https://github.com/bretcope/tedium/releases/tag/v1.1.1)
* [1.1.3](https://github.com/bretcope/tedium/releases/tag/v1.1.3)
* Reset connections when shifting on to the pending queue. [e0e7e90](https://github.com/bretcope/tedium/commit/e0e7e90b53fc6d32caffb828de0c47913b280ed3)
* [1.1.2](https://github.com/bretcope/tedium/releases/tag/v1.1.2)
* Reset connections when returning to the connection pool. [6971a7f](https://github.com/bretcope/tedium/commit/6971a7fd5375d8226cf05ecedca2bd8b5f969f46)

@@ -18,0 +20,0 @@ * [1.1.1](https://github.com/bretcope/tedium/releases/tag/v1.1.1)

@@ -106,3 +106,4 @@ "use strict";

return;
yield c.reset();
if (this.__acquireQueue.length > 0)

@@ -114,3 +115,2 @@ {

{
yield c.reset();
this.__idle.push(c);

@@ -117,0 +117,0 @@ if (this.draining)

{
"name": "tedium",
"description": "A generator-based wrapper for Tedious to make it easier to work with.",
"version": "1.1.2",
"version": "1.1.3",
"author": "Bret Copeland <bret@atlantisflight.org>",

@@ -6,0 +6,0 @@ "main": "./lib/Tedium.js",

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