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

cluster-key-slot

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cluster-key-slot - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

9

package.json
{
"name": "cluster-key-slot",
"version": "1.0.4",
"version": "1.0.5",
"description": "Generates CRC hashes for strings - for use by node redis clients to determine key slots.",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"benchmark": "node ./benchmark",
"posttest": "eslint lib && npm run coverage && npm run coverage:check",
"coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
"posttest": "eslint lib && npm run coveralls",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
"coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100"

@@ -34,2 +34,3 @@ },

"codeclimate-test-reporter": "^0.3.1",
"coveralls": "^2.11.9",
"eslint": "^2.10.2",

@@ -36,0 +37,0 @@ "eslint-config-airbnb-base": "^3.0.1",

[![Coverage Status](https://coveralls.io/repos/github/Salakar/cluster-key-slot/badge.svg?branch=master)](https://coveralls.io/github/Salakar/cluster-key-slot?branch=master)
![Downloads](https://img.shields.io/npm/dt/cluster-key-slot.svg)
[![npm version](https://img.shields.io/npm/v/cluster-key-slot.svg)](https://www.npmjs.com/package/cluster-key-slot)
[![node](https://img.shields.io/node/v/gh-badges.svg?maxAge=2592000)](https://github.com/Salakar/cluster-key-slot)
[![dependencies](https://img.shields.io/david/Salakar/cluster-key-slot.svg)](https://david-dm.org/Salakar/cluster-key-slot)

@@ -5,0 +6,0 @@ [![build](https://travis-ci.org/Salakar/cluster-key-slot.svg)](https://travis-ci.org/Salakar/cluster-key-slot)

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