You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

restify-etag-cache

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restify-etag-cache - npm Package Compare versions

Comparing version

to
1.0.5

test/.eslintrc

13

package.json
{
"name": "restify-etag-cache",
"version": "1.0.4",
"version": "1.0.5",
"description": "Restify ETag Cache. The easy way.",

@@ -10,3 +10,4 @@ "main": "lib/index.js",

"scripts": {
"test": "npm test"
"test": "./node_modules/mocha/bin/mocha test/**/*.js",
"coverage": "./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-lcov npm test"
},

@@ -34,3 +35,9 @@ "repository": {

"devDependencies": {
"restify": "^4.1.1"
"chai": "^3.5.0",
"eslint": "^3.7.1",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"nyc": "^8.3.1",
"restify": "^4.1.1",
"restify-clients": "^1.3.3"
},

@@ -37,0 +44,0 @@ "dependencies": {