Socket
Socket
Sign inDemoInstall

nogap

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

nogap - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

lib/ComponentCommunications.js

@@ -329,3 +329,4 @@ /**

else if (!this.connectionData.connectionState) {
console.error(new Error('Tried to execute command on client while no client was connected. ' +
var cmdName = compName + '.Public.' + cmdName;
console.error(new Error('Tried to execute command `' + cmdName + '` on client while no client was connected. ' +
'Make sure to use `this.Tools.keepOpen` and `this.Tools.flush` when performing asynchronous operations.').stack);

@@ -332,0 +333,0 @@ }

{
"name": "nogap",
"version": "0.1.2",
"version": "0.1.3",
"author": {

@@ -5,0 +5,0 @@ "name": "Dominik Seifert",

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