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.1.0 to 1.1.1

7

CHANGELOG.md
# Changelog
## [1.1.1](https://github.com/alexzel/iomem/compare/v1.1.0...v1.1.1) (2023-01-25)
### Bug Fixes
* readme has to point the client arguments at a first place ([20ce035](https://github.com/alexzel/iomem/commit/20ce035651d0663ad42783eef1cbe17618e80a15))
## [1.1.0](https://github.com/alexzel/iomem/compare/v1.0.0...v1.1.0) (2023-01-25)

@@ -4,0 +11,0 @@

2

package.json
{
"name": "iomem",
"version": "1.1.0",
"version": "1.1.1",
"description": "Memcached client with binary protocol support and multi keys commands",

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

@@ -40,2 +40,11 @@ # `iomem`

The constructor accepts two optional arguments - severs list and options object.
```js
const iomem = new Mem(['127.0.0.1:11211'], { timeout: 500, retries: 2 })
...
```
See [Custom servers](#custom-servers) and [Options](#options) for more details.
### Default

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