Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "axios-jwt", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Axios interceptor to store, use, and refresh tokens for authentication.", | ||
@@ -27,3 +27,14 @@ "main": "index.js", | ||
"start": "tsc -w" | ||
} | ||
}, | ||
"keywords": [ | ||
"axios", | ||
"token", | ||
"jwt", | ||
"refresh", | ||
"authentication", | ||
"authorization", | ||
"header", | ||
"typescript", | ||
"ts" | ||
] | ||
} |
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
13627