Socket
Socket
Sign inDemoInstall

cacheable-request

Package Overview
Dependencies
Maintainers
3
Versions
61
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.12 to 10.2.13

28

package.json
{
"name": "cacheable-request",
"version": "10.2.12",
"version": "10.2.13",
"description": "Wrap native HTTP requests with RFC compliant cache support",
"license": "MIT",
"repository": "jaredwray/cacheable-request",
"repository": "jaredwray/cacheable",
"author": "Jared Wray <me@jaredwray.com> (http://jaredwray.com)",

@@ -18,3 +18,3 @@ "type": "module",

"build": "tsc --project tsconfig.build.json",
"clean": "rm -rf node_modules && rm -rf ./coverage && rm -rf ./package-lock.json && rm -rf ./test/testdb.sqlite && rm -rf ./dist"
"clean": "rm -rf node_modules && rm -rf ./coverage && rm -rf ./test/testdb.sqlite && rm -rf ./dist"
},

@@ -43,3 +43,3 @@ "files": [

"http-cache-semantics": "^4.1.1",
"keyv": "^4.5.2",
"keyv": "^4.5.3",
"mimic-response": "^4.0.0",

@@ -51,6 +51,4 @@ "normalize-url": "^8.0.0",

"@keyv/sqlite": "^3.6.5",
"@types/delay": "^3.1.0",
"@types/get-stream": "^3.0.2",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/responselike": "^1.0.0",

@@ -60,12 +58,13 @@ "@types/sqlite3": "^3.1.8",

"delay": "^6.0.0",
"eslint-plugin-jest": "^27.2.2",
"eslint": "^8.45.0",
"eslint-plugin-jest": "^27.2.3",
"express": "^4.18.2",
"jest": "^29.5.0",
"jest": "^29.6.1",
"pify": "^6.1.0",
"sqlite3": "^5.1.6",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"xo": "^0.54.2"
"typescript": "^5.1.6",
"xo": "^0.55.0"
},

@@ -121,5 +120,6 @@ "jest": {

"@typescript-eslint/prefer-nullish-coalescing": 0,
"n/prefer-global/url": 0
"n/prefer-global/url": 0,
"unicorn/prefer-event-target": 0
}
}
}

@@ -0,1 +1,3 @@

<h1 align="center"><br><img width="380" src="https://cacheable.org/assets/images/cacheable_white.svg" alt="cacheable logo"><br><br></h1>
# cacheable-request

@@ -5,4 +7,4 @@

[![tests](https://github.com/jaredwray/cacheable-request/actions/workflows/tests.yaml/badge.svg)](https://github.com/jaredwray/cacheable-request/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/jaredwray/cacheable-request/branch/master/graph/badge.svg?token=LDLaqe4PsI)](https://codecov.io/gh/jaredwray/cacheable-request)
[![tests](https://github.com/jaredwray/cacheable/actions/workflows/tests.yaml/badge.svg)](https://github.com/jaredwray/cacheable/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/jaredwray/cacheable/branch/master/graph/badge.svg?token=LDLaqe4PsI)](https://codecov.io/gh/jaredwray/cacheable)
[![npm](https://img.shields.io/npm/dm/cacheable-request.svg)](https://www.npmjs.com/package/cacheable-request)

@@ -334,3 +336,2 @@ [![npm](https://img.shields.io/npm/v/cacheable-request.svg)](https://www.npmjs.com/package/cacheable-request)

MIT © Luke Childs 2017-2021
MIT © Jared Wray 2022
MIT © Luke Childs 2017-2021 and Jared Wray 2022+

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