Socket
Socket
Sign inDemoInstall

axios-cache-interceptor

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-cache-interceptor - npm Package Versions

1
8

0.8.8

Diff

Changelog

Source

v0.8.8 - 2022-02-08

Commits

hazork
published 0.8.7 •

Changelog

Source

v0.8.7 - 2022-02-08

Commits

hazork
published 0.8.6 •

Changelog

Source

v0.8.6 - 2022-02-08

Merged

  • chore(deps-dev): bump @typescript-eslint/eslint-plugin #138
  • chore(deps-dev): bump jest from 27.4.7 to 27.5.0 #136
  • chore(deps-dev): bump @typescript-eslint/parser from 5.10.1 to 5.10.2 #132
  • chore(deps-dev): bump webpack from 5.67.0 to 5.68.0 #133
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin #134
  • chore(deps-dev): bump eslint from 8.7.0 to 8.8.0 #131
  • chore(deps-dev): bump es-check from 6.1.1 to 6.2.1 #130
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin #126
  • chore(deps-dev): bump webpack-cli from 4.9.1 to 4.9.2 #127
  • chore(deps-dev): bump @typescript-eslint/parser from 5.10.0 to 5.10.1 #125

Commits

hazork
published 0.8.5 •

Changelog

Source

v0.8.5 - 2022-01-23

Merged

  • docs: add license scan report and status #124
  • chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 #123

Commits

  • build: build everything from webpack f160428
  • build: minimize all bundles bc devtool is active 2d779ec
  • chore: switch back to yarn v1 7d314c2
  • docs: added react component example df74939
  • docs: added tsx syntax highlight 706c4dd
  • docs: removed coverpage bdbdd37
  • docs: simple analytics :( cb59384
  • docs: updated docs 95f4137
  • docs: updated documentation e9fc692
  • docs: updated download urls 026465c
  • docs: updated fossa badges 9b9ae3a
  • docs: updated homepage 7ccac42
  • docs: updated homepage 989ceec
  • docs: updated installing page b76087e
  • docs: updated sidebar and added dev mode section cc6523f
  • feat: debug mode & fixed tests 0ba6025
  • fixed jsx highlighting 64c0f40
  • refactor: added ACI prefix to avoid external conflicts ea4ab4c
  • refactor: added debug points 098cf47
  • refactor: added memory storage type 7dc15be
  • refactor: moved header file d14750e
  • refactor: prefer the usage of AxiosResponseHeaders bd4bf26
  • style: format code 31ef7e7
  • tag: v0.8.5 f09670d
hazork
published 0.8.4 •

Changelog

Source

v0.8.4 - 2022-01-18

Commits

  • chore: fix yarn.lock (yarnpkg/berry#3416) 9922650
  • chore: sideEffects: false and updated badges b555f95
  • deps: updated axios to v0.25 66f29c9
  • deps: updated eslint dependencies 2540c1e
  • docs: added staleIfError documentation 93dda05
  • docs: added table header 8273399
  • docs: updated documentation 668ce0c
  • docs: updated download urls c5629be
  • docs: updated rukit example 0aed72f
  • feat: add staleIfError support edb32bd
  • fix: removed breaking behaviour 7217eaf
  • refactor: use Object.freeze at Header enum 0e2508c
  • style: format code 1e8ca38
  • tag: v0.8.4 e356386
hazork
published 0.8.3 •

Changelog

Source

v0.8.3 - 2022-01-15

Commits

  • build: optimize umd builds with tslib 6d9683a
  • deps: updated cache-parser and jest 16184ac
  • docs: updated download urls d51c622
  • refactor: Header as const and renaming... e391f56
  • tag: v0.8.3 429256d
hazork
published 0.8.2 •

Changelog

Source

v0.8.2 - 2022-01-14

Commits

  • build: add umd/index.js for es2017+ 7f3a153
  • build: remove .min at umd bundles 5a7e015
  • chore: add source in the bundle 4c9c185
  • docs: updated docs a981cf2
  • docs: updated download urls 1ccfad3
  • docs: updated keyGenerator info 3c8b373
  • docs: updated umd filesizes ad51c23
  • feat: buildKeyGenerator and ids with req.data by default 9379fce
  • fix: include data at keyGenerator (#116) 6f9ef36
  • perf: only execute one generateKey per request fa2c6e3
  • tag: v0.8.2 650d094
hazork
published 0.8.1 •

Changelog

Source

v0.8.1 - 2022-01-13

Merged

  • build: Yarn v2 and ESM & CJS bundles #114
  • chore(deps): bump follow-redirects from 1.14.6 to 1.14.7 #113
  • chore(deps-dev): bump webpack from 5.65.0 to 5.66.0 #112

Commits

  • chore: eslint no-explicit-any 93df4fd
  • deps: fixed colors (marak/colors.js#285) 8243da5
  • deps: updated typescript-eslint monorepo 829b1a7
  • docs: fixed casing c76f2b7
  • docs: updated download urls ab53ac1
  • feat: cache predicate now supports async functions 88d45cc
  • fix: await unawaited promises and eslint more severe ff73ad5
  • fix: removed deprecated code e11e346
  • refactor: prefer unknown instead of any d0b0e2f
  • refactor: removed return await c3661a6
  • refactor: simplified cachePredicate 38a5ecd
  • refactor: used triple equal sign 1b93070
  • tag: v0.8.1 f928cfa
  • test: static roots to prevent other tests from running 57ee1e0
hazork
published 0.8.0 •

Changelog

Source

v0.8.0 - 2022-01-08

Commits

  • build: disabled downLevelIteration d30b862
  • deps: updated yarn.lock 2de68f3
  • docs: added SECURITY.md a6313ea
  • docs: fixed baseURL casing in examples & documentation 85336da
  • docs: updated download urls 75ec6fd
  • fix: code scanning alert 733a476
  • refactor: removed "abstract" buildInterceptor function f30e262
  • refactor: removed classes to decrease bundle size cd2f14c
  • refactor!: removed isAxiosCacheInterceptor function 37431a9
  • tag: v0.8.0 46a4ee5
  • tests: fixed coverage by enabling sourceMaps again 17408aa
  • tests: splited header interpreter tests into multiple files 4f938a4
hazork
published 0.8.0-beta1 •

Changelog

Source

v0.8.0-beta1 - 2022-01-07

Merged

  • docs: documentation at axios-cache-interceptor.js.org #108
  • chore(deps-dev): bump jest from 27.4.6 to 27.4.7 #107
  • chore(deps-dev): bump jest from 27.4.5 to 27.4.6 #105
  • chore(deps-dev): bump @types/node from 17.0.7 to 17.0.8 #106
  • chore(deps-dev): bump @types/jest from 27.0.3 to 27.4.0 #98

Commits

  • chore: bundles exports everything and webpack bundles everything ed1e163
  • chore: fixed default tsconfig.json 96e2d80
  • chore: fixed runkit import 4c58316
  • docs: added blazing fast badge 225658f
  • docs: added bundlephobia link 7c19739
  • docs: added docs mention at runkit example bf486ac
  • docs: added info about global axios usage 53c4d41
  • docs: added interactive examples 7207542
  • docs: added og preview 636ebb3
  • docs: added url-imports example e34bfdd
  • docs: added usage and examples page 06d9979
  • docs: fixed cache.update example 766b016
  • docs: fixed development cdn link 3daf7be
  • docs: fixed examples and added cache: false example 16600b0
  • docs: fixed source links c5de326
  • docs: fixed sw.js location b11d51d
  • docs: fixed tsdocs and added storages section 4c1e0ec
  • docs: offline support for an axios library does not make sense 6353b48
  • docs: pwa config f810365
  • docs: trying to fix runkit cors bcc1f47
  • docs: updated readme 1f9ddb4
  • examples: updated runkit example 4cfa8d0
  • feat: added isAxiosCacheInterceptor function c32c452
  • feat: allow ttl to be defined based on the response 1e87549
  • feat: suupport for async CacheUpdater cfbd601
  • fix: include default storages in cjs bundle 8d5a90e
  • fix: proper generic usage to type deep properties ce2f597
  • merge: merge yarn.lock b66ee1e
  • merge: package.json and yarn.lock 9e3c0f0
  • refactor: added data property in memory storages 500ac71
  • refactor: allow storages not return promises 567c1b2
  • refactor: extracted static functions to a single file c57916f
  • refactor: modified and simplified storages bafe1de
  • refactor: prefer unknown over any and removed find method from storages 79ce192
  • refactor: simplified defaultKeyGenerator function c155982
  • refactor: simplified header interpreter e776f01
  • style: prettified code 3c38985
  • tag: v0.8.0-beta1 db26ec6
  • tests: 100% coverage again a7751fd
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