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.7.0-beta2

Diff

Changelog

Source

v0.7.0-beta2 - 2021-12-08

Commits

hazork
published 0.7.0-beta1 •

Changelog

Source

v0.7.0-beta1 - 2021-12-08

Merged

  • chore(deps-dev): bump @typescript-eslint/parser from 5.5.0 to 5.6.0 #69
  • chore(deps-dev): bump eslint from 8.4.0 to 8.4.1 #70
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin #71
  • chore(deps-dev): bump @types/node from 16.11.11 to 16.11.12 #72
  • chore(deps-dev): bump eslint from 8.3.0 to 8.4.0 #66
  • chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 #68
  • chore(deps-dev): bump ts-jest from 27.0.7 to 27.1.0 #67

Commits

  • deps: updated ts-jest 704be77
  • feat: added web bundle and babel 78cf406
  • feat!: removed createCache function 60ad91e
  • fix: fixed tests b9b4f79
  • perf: removed tslib and typed-core in favor of fast-defer 07ec645
  • tag: v0.7.0-beta1 6a67d4c
hazork
published 0.6.3 •

Changelog

Source

v0.6.3 - 2021-12-02

Merged

  • chore(deps-dev): bump jest from 27.4.2 to 27.4.3 #65
  • chore(deps-dev): bump @types/node from 16.11.10 to 16.11.11 #61
  • chore(deps): bump @tusbar/cache-control from 0.6.0 to 0.6.1 #60
  • chore(deps-dev): bump @typescript-eslint/parser from 5.4.0 to 5.5.0 #62
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin #63
  • chore(deps-dev): bump jest from 27.4.0 to 27.4.2 #64
  • chore(deps-dev): bump @types/node from 16.11.9 to 16.11.10 #58
  • chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 #59

Commits

hazork
published 0.6.2 •

Changelog

Source

v0.6.2 - 2021-11-23

Commits

hazork
published 0.6.1 •

Changelog

Source

v0.6.1 - 2021-11-23

Merged

  • chore(deps-dev): bump @types/node from 16.11.8 to 16.11.9 #57
  • chore(deps-dev): bump @types/jest from 27.0.2 to 27.0.3 #56
  • chore(deps-dev): bump @types/node from 16.11.7 to 16.11.8 #55
  • chore(deps-dev): bump typescript from 4.4.4 to 4.5.2 #54

Commits

  • build: emit declaration in dist folder e2de928
  • docs: removed readme duplicated title 1e1627b
  • tag: v0.6.1 097a179
hazork
published 0.6.0 •

Changelog

Source

v0.6.0 - 2021-11-15

Merged

  • feat: etag and if-modified-since support #53
  • feat: storage abstractions #52
  • feat: more headers supports, tests and must-revalidate fix #51
  • chore(deps-dev): bump @types/node from 16.11.6 to 16.11.7 #48
  • chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.24 to 0.3.30 #47

Commits

  • feat: immutable cache support 76a8af7
  • fix: compile to ES2020, instead of ES2021 5970483
  • style: prettier and changelog config changes 19d0e9b
  • tag: v0.6.0 bd98a16
hazork
published 0.5.1 •

Changelog

Source

v0.5.1 - 2021-11-05

Commits

hazork
published 0.5.0 •

Changelog

Source

v0.5.0 - 2021-10-28

Merged

  • chore(deps-dev): bump @types/node from 16.11.4 to 16.11.6 #46

Commits

hazork
published 0.4.1 •

Changelog

Source

v0.4.1 - 2021-10-25

Merged

  • chore(deps-dev): bump @types/node from 16.11.3 to 16.11.4 #44
  • chore(deps-dev): bump @types/node from 16.11.1 to 16.11.3 #43
  • chore(deps-dev): bump jest from 27.2.5 to 27.3.1 #42
  • chore(deps-dev): bump ts-jest from 27.0.6 to 27.0.7 #40
  • chore(deps-dev): bump @types/node from 16.11.0 to 16.11.1 #39
  • chore(deps-dev): bump @types/node from 16.10.9 to 16.11.0 #37
  • chore(deps-dev): bump ts-jest from 27.0.5 to 27.0.6 #38
  • chore(deps-dev): bump @types/node from 16.10.3 to 16.10.9 #36
  • chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 #34

Commits

  • build: emit consistent javascript bundles with ES2021 cc23204
  • build: separate code and types build folder ede19c1
  • deps: latest @arthurfiorette/prettier-config b2ba65e
  • fix: fixed isCacheValid function and added tests 6e6100b
  • refactor: externalized cache eviction predicate f141b2e
  • tag: v0.4.1 28e3392
  • tag: v0.4.1 6ec1b57
hazork
published 0.4.0 •

Changelog

Source

v0.4.0 - 2021-10-12

Merged

  • chore(deps-dev): bump jest from 27.2.4 to 27.2.5 #33

Commits

  • docs: correct suported axios version 6b790af
  • docs: updated documentation 9b9827c
  • docs: updated minimal example dd1fa41
  • docs: updated readme 4c757d3
  • docs: updated readme 861567a
  • feat: preserve response status codes and use response.cached 75deccf
  • feat!: updated axios to v0.22.0 1713bb0
  • fix: generic spaghetti that axios brought 12a5032
  • fix: response and request types 891f1d0
  • merge: yarn.lock 03c4fba
  • refactor: cacheUpdater as generic function 2fa2557
  • refactor: eslint more strict 0605ad8
  • refactor: more type and naming refactors b42d3f1
  • style: indented tsconfig comments 65cec04
  • style: prettified code 3ed92c8
  • tag: v0.4.0 87880cf
  • tests: correct test name 49f80d7
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