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 0.2.3 to 0.2.4

CHANGELOG.md

10

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

@@ -35,3 +35,4 @@ "keywords": [

"docker:build": "docker build -t memcached-sasl .",
"docker:run": "docker run -d --name iomem-memcached-sasl -e SASL_PASSWORD=test -p 11211:11211 -it memcached-sasl"
"docker:run": "docker run -d --name iomem-memcached-sasl -e SASL_PASSWORD=test -p 11211:11211 -it memcached-sasl",
"prepare": "husky install"
},

@@ -43,2 +44,4 @@ "files": [

"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"eslint": "^8.31.0",

@@ -49,3 +52,4 @@ "eslint-config-standard": "^17.0.0",

"eslint-plugin-promise": "^6.1.1",
"jest": "^29.3.1"
"husky": "^8.0.3",
"jest": "^29.4.0"
},

@@ -52,0 +56,0 @@ "dependencies": {

@@ -5,3 +5,3 @@ # `iomem`

![workflows-nodejs-ci](https://github.com/alexzel/bad-words-next/actions/workflows/node-ci.yml/badge.svg?branch=main)
![workflows-ci](https://github.com/alexzel/iomem/actions/workflows/ci.yml/badge.svg?branch=main)
![npm version](https://img.shields.io/npm/v/iomem)

@@ -16,5 +16,4 @@ ![NPM license](https://img.shields.io/npm/l/iomem)

- Implement commands: gat, touch, stat
- Reconsider API
- Cleanup and improve
- Server failover
- Add types for TypeScript

@@ -21,0 +20,0 @@ ## Features

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