New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

superagent-no-cache

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superagent-no-cache

Plugin for visionmedia/superagent that adds headers to all requests that prevents caching

0.0.1
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

superagent-no-cache

Plugin for visionmedia/superagent that adds headers to all requests that prevents caching

Note: Until TJ merges my pull request adding plugin support, you must use johntron/supermedia

Installation

Install with component(1):

$ component install johntron/superagent-no-cache

API

var request = require('request'),
    no_cache = require('superagent-no-cache');
  
request.get('/url')
    .use(no_cache)
    .end(function () {
        // do something
    });

License

MIT

FAQs

Package last updated on 28 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts