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 3.0.14 to 3.0.15

2

lib/connection.js

@@ -82,3 +82,3 @@ const inherits = require('util').inherits;

if (!this.connected) {
if (!this.connected || !this.stream) {
if (!this.stream) {

@@ -85,0 +85,0 @@ this.connect();

{
"name": "schema-client",
"version": "3.0.14",
"version": "3.0.15",
"description": "Schema API Client for NodeJS",

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

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