dtable-sdk
Advanced tools
Comparing version 0.0.90 to 0.0.91
@@ -33,6 +33,7 @@ "use strict"; | ||
var url = this.server + '/api2/auth-token/'; | ||
var _this$config = this.config, | ||
server = _this$config.server, | ||
username = _this$config.username, | ||
password = _this$config.password; | ||
var url = server + '/api2/auth-token/'; | ||
return _axios["default"].post(url, { | ||
@@ -44,3 +45,3 @@ username: username, | ||
_this.req = _axios["default"].create({ | ||
baseURL: _this.server, | ||
baseURL: server, | ||
headers: { | ||
@@ -47,0 +48,0 @@ 'Authorization': 'Token ' + _this.token |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.90", | ||
"version": "0.0.91", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
58344
1200
0