New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 1.5.6

8

CHANGELOG.md
# Changelog
## [1.5.6](https://github.com/alexzel/iomem/compare/v1.5.5...v1.5.6) (2023-04-16)
### Bug Fixes
* remove unused arguments ([5d00654](https://github.com/alexzel/iomem/commit/5d00654c7048dc78aba6ea35b9c432f9a3fc9e13))
* remove unused class property ([8f07975](https://github.com/alexzel/iomem/commit/8f079758f0081d0568bf520a580c6f86a645b7df))
## [1.5.5](https://github.com/alexzel/iomem/compare/v1.5.4...v1.5.5) (2023-02-27)

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

14

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

@@ -46,12 +46,12 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"eslint": "^8.31.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"eslint": "^8.38.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"jest": "^29.4.0",
"tinybench": "^2.3.1"
"jest": "^29.5.0",
"tinybench": "^2.4.0"
},

@@ -58,0 +58,0 @@ "dependencies": {

@@ -201,3 +201,2 @@ 'use strict'

this._servers = new Map()
this._opaque = 0

@@ -204,0 +203,0 @@ if (!Array.isArray(servers)) {

@@ -121,3 +121,3 @@ 'use strict'

(packet, buffer) => buffer.push(packet[3].readBigInt64BE(0)),
(keyFlags, buffer, keysStat) => keyFlags.isArray ? buffer : (buffer[0] || null)
(keyFlags, buffer) => keyFlags.isArray ? buffer : (buffer[0] || null)
)

@@ -128,3 +128,3 @@

(packet, buffer) => buffer.push(packet[3].readBigInt64BE(0)),
(keyFlags, buffer, keysStat) => keyFlags.isArray ? buffer : (buffer[0] || null)
(keyFlags, buffer) => keyFlags.isArray ? buffer : (buffer[0] || null)
)

@@ -185,3 +185,3 @@

},
(keyFlags, buffer, keysStat) => buffer,
(keyFlags, buffer) => buffer,
true

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