coinkraal-api-interface
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -45,9 +45,12 @@ | ||
}; | ||
} | ||
responseBody(res) { | ||
return res.body | ||
}; | ||
responseText(res) { | ||
return res.text; | ||
} | ||
responseBody = res => res.body; | ||
responseText = res => res.text; | ||
getApi(api) { | ||
@@ -54,0 +57,0 @@ if(api.indexOf('http') == -1) |
{ | ||
"name": "coinkraal-api-interface", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Api Interface for CoinKraal Applications", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"test": "jasmine-node interface --color --verbose", | ||
"test-dev": "jasmine-node interface --autotest --watch --color --verbose" | ||
"test-dev": "jasmine-node interface --autotest --color --verbose --watch" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
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
18138
22
480
0