Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ispapi-apiconnector

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ispapi-apiconnector - npm Package Compare versions

Comparing version 3.5.7 to 3.5.8

3

defaultresponses.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc