@connectedyard/node-jlink
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -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 @@ }; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57635
19
291
2