Comparing version 2.0.1 to 2.1.0
module.exports = { | ||
preset: 'ts-jest', | ||
testEnvironment: 'jsdom', | ||
} |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71002
1369
14
+ Addedaxios@1.7.9(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.27.2(transitive)
Updatedjwt-decode@3.1.2