ispapi-apiconnector
Advanced tools
Comparing version 3.5.7 to 3.5.8
@@ -9,3 +9,4 @@ /* | ||
empty: "[RESPONSE]\ncode=423\ndescription=Empty API response\nTRANSLATIONKEY=FAPI.424\nEOF\n", | ||
error: "[RESPONSE]\ncode=421\ndescription=Command failed due to server error. Client should try again\nEOF\n" | ||
error: "[RESPONSE]\ncode=421\ndescription=Command failed due to server error. Client should try again\nEOF\n", | ||
'404': "[RESPONSE]\ncode=421\ndescription=Page not found\nEOF\n" | ||
}; |
@@ -107,2 +107,3 @@ /* | ||
if (!p_cfg) { | ||
console.log('SESSION EXPIRED [ispapi-apiconnector]: no socket config'); | ||
var r = new ispapi.Response(responses.expired, p_cmd); | ||
@@ -109,0 +110,0 @@ p_cb(r["as_" + p_type]); |
{ | ||
"name": "ispapi-apiconnector", | ||
"description": "1API API Connector for node.js", | ||
"version": "3.5.7", | ||
"version": "3.5.8", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Kai Schwarz", |
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
29341
704