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

axios-jwt

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-jwt - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

1

jest.config.js
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
}

37

package.json
{
"name": "axios-jwt",
"version": "2.0.1",
"version": "2.1.0",
"description": "Axios interceptor to store, use, and refresh tokens for authentication.",

@@ -15,21 +15,28 @@ "main": "dist/index.js",

"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^26.0.22",
"@types/jsonwebtoken": "^8.5.1",
"@types/jwt-decode": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.24.0",
"jest": "^26.6.3",
"jsonwebtoken": "^8.5.1",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4",
"typescript": "^4.6.4"
"@react-native-async-storage/async-storage": "^1.17.10",
"@types/axios": "0.14.0",
"@types/jest": "29.2.2",
"@types/jsonwebtoken": "8.5.9",
"@types/jwt-decode": "3.1.0",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"eslint": "8.27.0",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
"jsonwebtoken": "8.5.1",
"prettier": "2.7.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "1.15.17",
"axios": "^0.27.0"
"axios": "^1.1.3 || ^0.27.0"
},
"peerDependenciesMeta": {
"@react-native-async-storage/async-storage": {
"optional": true
}
},
"dependencies": {
"jwt-decode": "^3.1.2"
"jwt-decode": "3.1.2"
},

@@ -36,0 +43,0 @@ "scripts": {

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