Comparing version 2.1.0 to 2.1.1
@@ -1,2 +0,2 @@ | ||
import { AxiosInstance, AxiosRequestConfig } from 'axios'; | ||
import type { AxiosInstance, AxiosRequestConfig } from 'axios'; | ||
export declare const STORAGE_KEY: string; | ||
@@ -3,0 +3,0 @@ declare type Token = string; |
{ | ||
"name": "axios-jwt", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Axios interceptor to store, use, and refresh tokens for authentication.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,3 +0,5 @@ | ||
import axios, { AxiosInstance, AxiosRequestConfig } from 'axios' | ||
import jwtDecode, { JwtPayload } from 'jwt-decode' | ||
import axios from 'axios' | ||
import type { AxiosInstance, AxiosRequestConfig } from 'axios' | ||
import jwtDecode from 'jwt-decode' | ||
import type { JwtPayload } from 'jwt-decode' | ||
import Storage from './storage' | ||
@@ -4,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
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
71065
1371