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.8 to 1.0.9

4

index.js

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

exports.setJlinkEXECommand = function( command ){
jlinkexe.JLinkExe = command;
};
exports.setJLinkEXEOptions = function( optionsString ){

@@ -10,0 +14,0 @@ jlinkexe.JLinkExeOptions = optionsString;

@@ -10,3 +10,11 @@ ( function(){

exports.JLinkExe = "JLinkExe";
exports.defaultJLinkEXEForPlatform = function(){
if( process.platform.indexOf("win") === 0 ){
return "jlink";
} else return "jlinkexe";
};
exports.JLinkExe = exports.defaultJLinkEXEForPlatform();
exports.JLinkExeOptions = "-device nrf51822 -if swd -speed 4000".split(" ");

@@ -13,0 +21,0 @@

2

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