Socket
Socket
Sign inDemoInstall

get-node

Package Overview
Dependencies
117
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.2.0 to 13.3.0

4

build/src/archive/p7z.js

@@ -9,3 +9,3 @@ import{createWriteStream}from"fs";

import{execa}from"execa";
import moize from"moize";
import mem from"mem";
import pathKey from"path-key";

@@ -43,3 +43,3 @@ import semver from"semver";

const has7zBinary=moize(mHas7zBinary,{maxSize:1e3});
const has7zBinary=mem(mHas7zBinary);

@@ -46,0 +46,0 @@

@@ -7,3 +7,3 @@ import{cpus}from"os";

import{execaCommand}from"execa";
import moize from"moize";
import mem from"mem";
import semver from"semver";

@@ -41,3 +41,3 @@

const hasXzBinary=moize(mHasXzBinary,{maxSize:1e3});
const hasXzBinary=mem(mHasXzBinary);

@@ -44,0 +44,0 @@ export const downloadXz=async function({

{
"name": "get-node",
"version": "13.2.0",
"version": "13.3.0",
"type": "module",

@@ -54,5 +54,5 @@ "exports": "./build/src/main.js",

"global-cache-dir": "^4.2.0",
"jest-validate": "^28.1.3",
"jszip": "^3.10.0",
"moize": "^6.1.1",
"jest-validate": "^29.0.1",
"jszip": "^3.10.1",
"mem": "^9.0.2",
"move-file": "^3.0.0",

@@ -68,7 +68,7 @@ "node-version-alias": "^3.2.0",

"devDependencies": {
"@ehmicky/dev-tasks": "^1.0.84",
"@ehmicky/dev-tasks": "^1.0.91",
"@types/node": "^17.0.31",
"is-ci": "^3.0.1",
"sinon": "^14.0.0",
"test-each": "^5.2.0"
"test-each": "^5.4.0"
},

@@ -75,0 +75,0 @@ "engines": {

[![Codecov](https://img.shields.io/codecov/c/github/ehmicky/get-node.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/get-node)
[![TypeScript](https://img.shields.io/badge/-typed-brightgreen?logo=typescript&colorA=gray)](/src/main.d.ts)
[![TypeScript](https://img.shields.io/badge/-typed-brightgreen?logo=typescript&colorA=gray&logoColor=0096ff)](/src/main.d.ts)
[![Twitter](https://img.shields.io/badge/%E2%80%8B-twitter-brightgreen.svg?logo=twitter)](https://twitter.com/intent/follow?screen_name=ehmicky)

@@ -4,0 +4,0 @@ [![Medium](https://img.shields.io/badge/%E2%80%8B-medium-brightgreen.svg?logo=medium)](https://medium.com/@ehmicky)

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