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

axios-cache-interceptor

Package Overview
Dependencies
Maintainers
1
Versions
80
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.0

Diff

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
hazork
published 0.7.9 •

Changelog

Source

v0.7.9 - 2021-12-30

Merged

  • chore(deps-dev): bump @typescript-eslint/eslint-plugin #97

Commits

  • deps: updated fast-defer c6bec60
  • docs: fixed badges links 37a37b7
  • docs: updated docs ec523e8
  • feat: added many build options 232e9c5
  • fix: verify built ecmascript versions with es-check 58b6b12
  • refactor: prevent confusion by renaming createCache to useCache 4a0a99f
  • tag: v0.7.9 2e91a8f
  • test: added index.development tests 1e251dd
hazork
published 0.7.8 •

Changelog

Source

v0.7.8 - 2021-12-27

Commits

  • chore: fixed prettier config 144d3ae
  • deps: removed unused dependency 1b1b93b
  • docs: updated badges 5e04e5c
  • perf: minified code bundled as ES6 because axios itself needs ES6 8cad803
  • style: formatted code 27de629
  • tag: v0.7.8 cd0c189
hazork
published 0.7.7 •

Changelog

Source

v0.7.7 - 2021-12-27

Merged

  • chore(deps-dev): bump @types/node from 17.0.4 to 17.0.5 #94

Commits

  • refactor: deprecated useCache in favor of createCache (#95) 065b6ef
  • tag: v0.7.7 c611b42
  • test: added one simple test fec63a8
hazork
published 0.7.6 •

Changelog

Source

v0.7.6 - 2021-12-26

Merged

  • chore(deps-dev): bump @types/node from 17.0.3 to 17.0.4 #92
  • chore(deps-dev): bump @types/node from 17.0.2 to 17.0.3 #91
  • chore(deps-dev): bump @typescript-eslint/parser from 5.7.0 to 5.8.0 #88
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin #89
  • chore(deps-dev): bump @types/node from 17.0.1 to 17.0.2 #90
  • chore(deps-dev): bump @types/node from 17.0.0 to 17.0.1 #85
  • chore(deps-dev): bump concurrently from 6.4.0 to 6.5.1 #86
  • chore(deps-dev): bump eslint from 8.4.1 to 8.5.0 #87
  • chore(deps-dev): bump ts-jest from 27.1.1 to 27.1.2 #84
  • chore(deps-dev): bump @types/node from 16.11.13 to 17.0.0 #83
  • chore(deps-dev): bump @babel/preset-env from 7.16.4 to 7.16.5 #78
  • chore(deps-dev): bump @babel/runtime from 7.16.3 to 7.16.5 #75
  • chore(deps-dev): bump @babel/preset-typescript from 7.16.0 to 7.16.5 #76
  • chore(deps-dev): bump @babel/plugin-transform-runtime #77
  • chore(deps-dev): bump @babel/plugin-transform-modules-commonjs #79

Commits

  • chore: include runkit examples 4fc6825
  • deps: updated cache-parser 9a2e4bc
  • deps: updated some dependencies 0640141
  • perf: reduce bundle size and replaced babel by ts-loader 6e25ba6
  • tag: v0.7.6 d6b2aff
hazork
published 0.7.5 •

Changelog

Source

v0.7.5 - 2021-12-13

Commits

hazork
published 0.7.4 •

Changelog

Source

v0.7.4 - 2021-12-13

Commits

hazork
published 0.7.3 •

Changelog

Source

v0.7.3 - 2021-12-13

Commits

  • chore: defined package.json browser field 3b40abd
  • deps: updated some dependencies 86a576d
  • deps: use cache-parser 6ce658b
  • refactor: better cache predicate function a77cde7
  • tag: v0.7.3 47beacc
hazork
published 0.7.2 •

Changelog

Source

v0.7.2 - 2021-12-11

Commits

  • chore: fixed typescript build ef94c70
  • chore: minor config changes d00b607
  • chore: use default webpack-terser-plugin 2d157c8
  • deps: updated dev dependencies b8623b6
  • refactor: externalized createCacheData function c3a0fea
  • refactor: made some methods static and public b4ad24d
  • style: fixed prettier plugin order 6929b02
  • tag: v0.7.2 795d706
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