Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 1.0.5 to 1.0.6

.coveralls.yml

6

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

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

"test": "./node_modules/mocha/bin/mocha test/**/*.js",
"coverage": "./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-lcov npm test"
"coverage": "./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-lcov npm test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},

@@ -36,2 +37,3 @@ "repository": {

"chai": "^3.5.0",
"coveralls": "^2.11.14",
"eslint": "^3.7.1",

@@ -38,0 +40,0 @@ "istanbul": "^0.4.5",

# restify-etag-cache
[![Build Status](https://travis-ci.org/zephrax/restify-etag-cache.svg?branch=master)](https://travis-ci.org/zephrax/restify-etag-cache)
[![devDependency Status](https://david-dm.org/zephrax/restify-etag-cache/dev-status.svg)](https://david-dm.org/zephrax/restify-etag-cache#info=devDependencies)
[![Dependency Status](https://david-dm.org/zephrax/restify-etag-cache.svg)](https://david-dm.org/zephrax/restify-etag-cache)
[![Coverage Status](https://coveralls.io/repos/github/zephrax/restify-etag-cache/badge.svg?branch=master)](https://coveralls.io/github/zephrax/restify-etag-cache?branch=master)

@@ -6,0 +8,0 @@ > Automatic middleware that enables client cache based on ETag header

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