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

iomem

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iomem - npm Package Compare versions

Comparing version 1.5.8 to 1.5.9

8

CHANGELOG.md
# Changelog
## [1.5.9](https://github.com/alexzel/iomem/compare/v1.5.8...v1.5.9) (2023-04-23)
### Bug Fixes
* revive server when connection restored ([8c7d718](https://github.com/alexzel/iomem/commit/8c7d7184e2ad1f6de57207800a369adc70ba0191))
* revive with restored connection by failed flag as well ([cf6a4ae](https://github.com/alexzel/iomem/commit/cf6a4ae85e54765fe733ff9ffe31148bfe06058c))
## [1.5.8](https://github.com/alexzel/iomem/compare/v1.5.7...v1.5.8) (2023-04-23)

@@ -4,0 +12,0 @@

2

package.json
{
"name": "iomem",
"version": "1.5.8",
"version": "1.5.9",
"description": "Memcached client implementing binary protocol with native multiple keys support",

@@ -5,0 +5,0 @@ "keywords": [

@@ -59,2 +59,5 @@ 'use strict'

sock.once('connect', () => {
if (this._failures > 0 || this._failed) {
this.revive()
}
sock.setTimeout(0)

@@ -61,0 +64,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