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

superagent-cache

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superagent-cache - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

7

index.js

@@ -8,4 +8,5 @@ /********************************************************

module.exports = function(superagent, config){
module.exports = function(agent, config){
var superagent = (agent) ? agent : require('superagent');
config = config || {};

@@ -232,2 +233,6 @@ var Request = superagent.Request;

if(!agent){
return superagent;
}
}

2

package.json
{
"name": "superagent-cache",
"version": "0.1.11",
"version": "0.1.12",
"description": "Superagent with tiered caching provided by cache-service.",

@@ -5,0 +5,0 @@ "main": "index.js",

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