cluster-key-slot
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10592
49
8