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.9 to 1.0.10

node_license.csv

6

lib/jlinkexe.js

@@ -12,4 +12,10 @@ ( function(){

exports.defaultJLinkEXEForPlatform = function(){
if( process.env[ 'JLINKEXE' ] ){
return process.env[ 'JLINKEXE' ];
}
if( process.platform.indexOf("win") === 0 ){
return "jlink";
}else if( process.platform.indexOf('linux') !== -1 ){
return "JlinkExe";
} else return "jlinkexe";

@@ -16,0 +22,0 @@ };

2

package.json
{
"name": "@connectedyard/node-jlink",
"version": "1.0.9",
"version": "1.0.10",
"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