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

cacheable-request

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacheable-request - npm Package Compare versions

Comparing version 10.2.5 to 10.2.6

1

dist/index.js

@@ -195,2 +195,3 @@ import EventEmitter from 'node:events';

ee.on('error', () => cachek.removeListener('error', errorHandler));
ee.on('response', () => cachek.removeListener('error', errorHandler));
}

@@ -197,0 +198,0 @@ try {

10

package.json
{
"name": "cacheable-request",
"version": "10.2.5",
"version": "10.2.6",
"description": "Wrap native HTTP requests with RFC compliant cache support",

@@ -51,4 +51,4 @@ "license": "MIT",

"@types/get-stream": "^3.0.2",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.17",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@types/responselike": "^1.0.0",

@@ -58,3 +58,3 @@ "@types/sqlite3": "^3.1.8",

"delay": "^5.0.0",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-jest": "^27.2.1",
"express": "^4.18.2",

@@ -64,3 +64,3 @@ "jest": "^29.3.1",

"sqlite3": "^5.1.4",
"ts-jest": "^29.0.3",
"ts-jest": "^29.0.5",
"ts-jest-resolver": "^2.0.0",

@@ -67,0 +67,0 @@ "ts-node": "^10.9.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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