axios-oauth-client
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "axios-oauth-client", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "OAuth 2.0 client utils for axios", | ||
@@ -66,10 +66,10 @@ "main": "dist/", | ||
"devDependencies": { | ||
"@babel/cli": "^7.14.5", | ||
"@babel/core": "^7.14.6", | ||
"@babel/preset-env": "^7.14.7", | ||
"@babel/cli": "^7.15.7", | ||
"@babel/core": "^7.15.8", | ||
"@babel/preset-env": "^7.15.8", | ||
"axios-token-interceptor": "^0.2.0", | ||
"mocha": "^9.0.2", | ||
"nyc": "^15.1.0", | ||
"mocha": "*", | ||
"nyc": "*", | ||
"semistandard": "*" | ||
} | ||
} |
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
44527