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.8.0 to 0.8.1

cjs/cache/axios.d.ts

54

package.json
{
"name": "axios-cache-interceptor",
"version": "0.8.0",
"version": "0.8.1",
"description": "Cache interceptor for axios",
"types": "./dist/index.ts",
"main": "./dist/index.js",
"browser": "./dist/index.min.js",
"jsdelivr": "./dist/index.min.js",
"unpkg": "./dist/index.min.js",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
"module": "./esm/index.js",
"exports": {
"import": "./esm/index.js",
"require": "./cjs/index.js",
"default": "./umd/es6.min.js"
},
"browser": "./umd/es6.min.js",
"jsdelivr": "./umd/es6.min.js",
"unpkg": "./umd/es6.min.js",
"runkitExampleFilename": "./examples/runkit.js",
"scripts": {
"build": "webpack",
"build": "sh build/build.sh",
"test": "jest --coverage",
"escheck": "npx es-check es5 ./dist/index.es5.min.js && npx es-check es6 ./dist/index.min.js",
"check": "sh build/check.sh",
"format": "prettier --write .",
"lint": "tsc --noEmit && eslint . --ext .ts",
"lint": "eslint . --ext .ts",
"version": "auto-changelog -p && git add CHANGELOG.md"

@@ -21,3 +27,3 @@ },

"type": "git",
"url": "git+https://github.com/ArthurFiorette/axios-cache-interceptor.git"
"url": "git+https://github.com/arthurfiorette/axios-cache-interceptor.git"
},

@@ -40,3 +46,3 @@ "keywords": [

"bugs": {
"url": "https://github.com/ArthurFiorette/axios-cache-interceptor/issues"
"url": "https://github.com/arthurfiorette/axios-cache-interceptor/issues"
},

@@ -48,22 +54,26 @@ "homepage": "https://axios-cache-interceptor.js.org",

},
"resolutions": {
"colors": "1.4.0"
},
"devDependencies": {
"@arthurfiorette/prettier-config": "*",
"@types/jest": "^27.0.2",
"@types/node": "^17.0.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.8.1",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"auto-changelog": "^2.3.0",
"axios": "~0.24.0",
"eslint": "^8.3.0",
"es-check": "^6.1.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.5",
"prettier": "^2.3.2",
"prettier-plugin-jsdoc": "^0.3.23",
"prettier-plugin-organize-imports": "^2.3.3",
"ts-jest": "^27.1.1",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"prettier-plugin-jsdoc": "^0.3.30",
"prettier-plugin-organize-imports": "^2.3.4",
"ts-jest": "^27.1.2",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"

@@ -70,0 +80,0 @@ },

<br />
<div align="center">
<code
><a href="https://github.com/ArthurFiorette/axios-cache-interceptor/issues"
><a href="https://github.com/arthurfiorette/axios-cache-interceptor/issues"
><img
src="https://img.shields.io/github/issues/ArthurFiorette/axios-cache-interceptor?logo=github&label=Issues"
src="https://img.shields.io/github/issues/arthurfiorette/axios-cache-interceptor?logo=github&label=Issues"
target="_blank"

@@ -11,5 +11,5 @@ alt="Issues" /></a

<code
><a href="https://github.com/ArthurFiorette/axios-cache-interceptor/stargazers"
><a href="https://github.com/arthurfiorette/axios-cache-interceptor/stargazers"
><img
src="https://img.shields.io/github/stars/ArthurFiorette/axios-cache-interceptor?logo=github&label=Stars"
src="https://img.shields.io/github/stars/arthurfiorette/axios-cache-interceptor?logo=github&label=Stars"
target="_blank"

@@ -19,5 +19,5 @@ alt="Stars" /></a

<code
><a href="https://github.com/ArthurFiorette/axios-cache-interceptor/blob/main/LICENSE"
><a href="https://github.com/arthurfiorette/axios-cache-interceptor/blob/main/LICENSE"
><img
src="https://img.shields.io/github/license/ArthurFiorette/axios-cache-interceptor?logo=githu&label=License"
src="https://img.shields.io/github/license/arthurfiorette/axios-cache-interceptor?logo=githu&label=License"
target="_blank"

@@ -119,5 +119,5 @@ alt="License" /></a

See my contact information on my [github profile](https://github.com/ArthurFiorette) or
See my contact information on my [github profile](https://github.com/arthurfiorette) or
open a new issue.
<br />
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