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

@connectedyard/node-jlink

Package Overview
Dependencies
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectedyard/node-jlink - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

index.js

@@ -109,2 +109,8 @@ ( function(){

return output;
})
.catch( function( error ){
if( error && error.message && error.message.indexOf("Can not connect") !== -1 ){
return Promise.resolve();
}
throw error;
});

@@ -111,0 +117,0 @@ };

2

package.json
{
"name": "@connectedyard/node-jlink",
"version": "1.0.4",
"version": "1.0.5",
"description": "jLinkexe driver for nodejs",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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