Socket
Socket
Sign inDemoInstall

cached-request

Package Overview
Dependencies
3
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

1

lib/cached-request.js

@@ -222,2 +222,3 @@ /*

//Read the response file
var responseBody;
stream.on("data", function (data) {

@@ -224,0 +225,0 @@ //Write to the response

3

package.json
{
"name": "cached-request",
"version": "1.1.2",
"version": "1.1.3",
"description": "Node.js module to perform HTTP requests with caching support",
"author": "Daniel López <danypype@gmail.com>",
"license": "MIT",
"scripts": {

@@ -7,0 +8,0 @@ "test": "mocha"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc