axios-oauth-client
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -1,1 +0,1 @@ | ||
{"processes":{"cd5de113-9988-4a05-abe1-75c7892a3a56":{"parent":null,"children":[]}},"files":{},"externalIds":{}} | ||
{"processes":{"f984b954-2f10-4621-8a24-769de4fc5bdc":{"parent":null,"children":[]}},"files":{},"externalIds":{}} |
{ | ||
"name": "axios-oauth-client", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "OAuth 2.0 client utils for axios", | ||
@@ -63,13 +63,13 @@ "main": "dist/", | ||
"dependencies": { | ||
"qs": "^6.9.4" | ||
"qs": "^6.10.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.12.10", | ||
"@babel/cli": "^7.13.16", | ||
"@babel/core": "^7.14.0", | ||
"@babel/preset-env": "^7.14.1", | ||
"axios-token-interceptor": "^0.2.0", | ||
"mocha": "^8.2.1", | ||
"mocha": "^8.4.0", | ||
"nyc": "^15.1.0", | ||
"semistandard": "^16.0.0" | ||
"semistandard": "*" | ||
} | ||
} |
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
44478
22
Updatedqs@^6.10.1