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 Compare versions

Comparing version 0.7.5 to 0.7.6

dist/index.min.js

25

package.json
{
"name": "axios-cache-interceptor",
"version": "0.7.5",
"version": "0.7.6",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"jsdelivr": "./dist/index.bundle.js",
"unpkg": "./dist/index.bundle.js",
"browser": "./dist/index.min.js",
"jsdelivr": "./dist/index.min.js",
"unpkg": "./dist/index.min.js",
"runkitExampleFilename": "./examples/runkit.js",

@@ -45,3 +46,3 @@ "scripts": {

"dependencies": {
"cache-parser": "^1.1.1",
"cache-parser": "^1.1.2",
"fast-defer": "^1.1.2"

@@ -51,11 +52,4 @@ },

"@arthurfiorette/prettier-config": "*",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@types/jest": "^27.0.2",
"@types/node": "^16.7.10",
"@types/node": "^17.0.0",
"@types/webpack": "^5.28.0",

@@ -66,3 +60,2 @@ "@typescript-eslint/eslint-plugin": "^5.7.0",

"axios": "~0.24.0",
"babel-loader": "^8.2.3",
"concurrently": "^6.4.0",

@@ -72,3 +65,3 @@ "eslint": "^8.3.0",

"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.4",
"jest": "^27.4.5",
"prettier": "^2.3.2",

@@ -78,3 +71,5 @@ "prettier-plugin-jsdoc": "^0.3.23",

"ts-jest": "^27.1.1",
"typescript": "^4.5.3",
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"weak-napi": "^2.0.2",

@@ -81,0 +76,0 @@ "webpack": "^5.65.0",

16

README.md

@@ -165,3 +165,3 @@ <br />

crossorigin
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@VERSION/dist/index.bundle.js"
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@VERSION/dist/index.min.js"
></script>

@@ -171,3 +171,3 @@ <!-- or -->

crossorigin
src="https://unpkg.com/axios-cache-interceptor@VERSION/dist/index.bundle.js"
src="https://unpkg.com/axios-cache-interceptor@VERSION/dist/index.min.js"
></script>

@@ -222,14 +222,10 @@ ```

The compiled code is built in two different ways, one as nodejs module and one as a
browser. Both of them uses **Babel** with
[Browserslist `default` preset](https://github.com/browserslist/browserslist#full-list).
The compiled code is built in two different ways, one as CommonsJS Module
`(ES6 Compatible)` and one as a browser minified code `(ES5 Compatible)`.
You can see more here about compiling options:
- [Browser Build config](/webpack.config.js)
- [NodeJS Build Config](/tsconfig.build.json)
- [Browser config](/tsconfig.browser.json) - [Webpack config](/webpack.config.js)
- [NodeJS Config](/tsconfig.build.json)
If, for some reason, you have a bug with the compiled code, such as a user have an
incompatible browser, please contact me.
<br />

@@ -236,0 +232,0 @@

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