Socket
Socket
Sign inDemoInstall

get-node

Package Overview
Dependencies
135
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.0 to 7.1.1

4

build/src/download.js

@@ -16,3 +16,3 @@ "use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.download=void 0;var _process=require("process");

const archA=(0,_arch.getArch)(arch);
const nodePath=(0,_path.join)(output,version,NODE_FILENAME);
const nodePath=(0,_path.join)(output,version,archA,NODE_FILENAME);

@@ -47,3 +47,3 @@ if(await(0,_pathExists.default)(nodePath)){

const downloadFile=async function({version,nodePath,arch,opts}){
const tmpFile=await(0,_tmpPromise.tmpName)({prefix:`get-node-${version}`});
const tmpFile=await(0,_tmpPromise.tmpName)({prefix:`get-node-${version}-${arch}`});

@@ -50,0 +50,0 @@ try{

@@ -0,1 +1,7 @@

# 7.1.1
## Bug fixes
- Fix [`arch` option](https://github.com/ehmicky/get-node#arch)
# 7.1.0

@@ -2,0 +8,0 @@

{
"name": "get-node",
"version": "7.1.0",
"version": "7.1.1",
"main": "build/src/main.js",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc