Socket
Socket
Sign inDemoInstall

nvexeca

Package Overview
Dependencies
97
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.3.0 to 8.4.0

build/types/main.d.ts

2

build/src/copy/content.js

@@ -1,2 +0,2 @@

import{readFile}from"fs/promises";
import{readFile}from"node:fs/promises";

@@ -3,0 +3,0 @@

@@ -1,3 +0,3 @@

import{readdir,stat,readFile}from"fs/promises";
import{delimiter,normalize}from"path";
import{readdir,stat,readFile}from"node:fs/promises";
import{delimiter,normalize}from"node:path";

@@ -4,0 +4,0 @@ import{isDirectory}from"path-type";

@@ -1,2 +0,2 @@

import{platform}from"process";
import{platform}from"node:process";

@@ -3,0 +3,0 @@ import{listSrcPaths}from"./list.js";

@@ -1,3 +0,3 @@

import{createHash}from"crypto";
import{join}from"path";
import{createHash}from"node:crypto";
import{join}from"node:path";

@@ -4,0 +4,0 @@ import globalCacheDir from"global-cache-dir";

@@ -1,3 +0,3 @@

import{delimiter}from"path";
import{env}from"process";
import{delimiter}from"node:path";
import{env}from"node:process";

@@ -4,0 +4,0 @@ import pathKey from"path-key";

@@ -1,2 +0,2 @@

import{mkdir,rename,writeFile,rm}from"fs/promises";
import{mkdir,rename,writeFile,rm}from"node:fs/promises";

@@ -3,0 +3,0 @@ import{pathExists}from"path-exists";

{
"name": "nvexeca",
"version": "8.3.0",
"version": "8.4.0",
"type": "module",
"exports": "./build/src/main.js",
"exports": {
"types": "./build/types/main.d.ts",
"default": "./build/src/main.js"
},
"main": "./build/src/main.js",
"types": "./build/src/main.d.ts",
"types": "./build/types/main.d.ts",
"files": [
"build/src/**/*.{js,d.ts,json}"
"build/src/**/*.{js,json}",
"build/types/**/*.d.ts"
],
"sideEffects": false,
"scripts": {

@@ -50,3 +55,3 @@ "test": "gulp test"

"execa": "^6.1.0",
"get-node": "^13.4.0",
"get-node": "^13.5.0",
"global-cache-dir": "^4.3.1",

@@ -59,7 +64,7 @@ "is-plain-obj": "^4.1.0",

"devDependencies": {
"@ehmicky/dev-tasks": "^1.0.94",
"@ehmicky/dev-tasks": "^1.0.102",
"@types/node": "^18.0.0",
"nyc": "^15.1.0",
"semver": "^7.3.7",
"test-each": "^5.4.1",
"test-each": "^5.5.0",
"yarn": "^1.22.18"

@@ -66,0 +71,0 @@ },

@@ -6,6 +6,7 @@ <picture>

[![Codecov](https://img.shields.io/codecov/c/github/ehmicky/nvexeca.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/nvexeca)
[![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)
[![Medium](https://img.shields.io/badge/%E2%80%8B-medium-brightgreen.svg?logo=medium)](https://medium.com/@ehmicky)
[![Node](https://img.shields.io/badge/-Node.js-808080?logo=node.js&colorA=404040&logoColor=66cc33)](https://www.npmjs.com/package/nvexeca)
[![TypeScript](https://img.shields.io/badge/-Typed-808080?logo=typescript&colorA=404040&logoColor=0096ff)](/types/main.d.ts)
[![Codecov](https://img.shields.io/badge/-Tested%20100%25-808080?logo=codecov&colorA=404040)](https://codecov.io/gh/ehmicky/nvexeca)
[![Twitter](https://img.shields.io/badge/-Twitter-808080.svg?logo=twitter&colorA=404040)](https://twitter.com/intent/follow?screen_name=ehmicky)
[![Medium](https://img.shields.io/badge/-Medium-808080.svg?logo=medium&colorA=404040)](https://medium.com/@ehmicky)

@@ -12,0 +13,0 @@ nvm + execa = nvexeca.

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