Socket
Socket
Sign inDemoInstall

schema-client

Package Overview
Dependencies
1
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.4 to 2.2.5

4

lib/client.js

@@ -70,2 +70,3 @@ /**

route: options.route,
timeout: options.timeout,
routeClientId: options.route && options.route.client

@@ -94,3 +95,4 @@ };

{
verifyCert: this.params.verifyCert
verifyCert: this.params.verifyCert,
timeout: self.params.timeout
},

@@ -97,0 +99,0 @@ function() {

@@ -11,2 +11,3 @@ /**

var DEFAULT_NETWORK_ERROR = 'Server unexpectedly closed network connection.';
var DEFAULT_TIMEOUT = 10000;

@@ -72,3 +73,3 @@ /**

this.stream.setEncoding('utf8');
this.stream.setTimeout(10000);
this.stream.setTimeout(this.options.timeout || DEFAULT_TIMEOUT);
};

@@ -75,0 +76,0 @@

{
"name": "schema-client",
"version": "2.2.4",
"version": "2.2.5",
"description": "Schema API Client for NodeJS",

@@ -5,0 +5,0 @@ "keywords": [

@@ -77,2 +77,3 @@ var assert = require('chai').assert;

session: undefined,
timeout: undefined,
route: undefined,

@@ -79,0 +80,0 @@ routeClientId: undefined

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc