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.5.9 to 0.5.10

14

lib/CommandProxy.js

@@ -214,13 +214,11 @@

console.error('Host sent command for invalid component: ' + componentName + ' (' + methodName + ')');
continue;
}
if (!componentInstance.Def.Public[methodName]) {
else if (!componentInstance.Def.Public[methodName]) {
console.error('Host sent invalid command: ' + componentInstance.Def.getFullInstanceMemberName('Public', methodName));
continue;
}
// call command
return componentInstance[methodName].apply(componentInstance, args);
}
else {
// call command
return componentInstance[methodName].apply(componentInstance, args);
}
},

@@ -227,0 +225,0 @@ Public: {

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

}
return promise;
};

@@ -142,2 +143,3 @@ this.notifyReject = function(_err) {

}
return promise;
};

@@ -144,0 +146,0 @@ },

{
"name": "nogap",
"version": "0.5.9",
"version": "0.5.10",
"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