Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nvexeca

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nvexeca - npm Package Compare versions

Comparing version 9.2.1 to 10.0.0

4

build/src/copy/content.js

@@ -18,3 +18,3 @@ import{readFile}from"node:fs/promises";

const srcBinDirA=srcBinDir.replaceAll("/","\\");
return content.replace(CMD_REGEXP,`${srcBinDirA}$2`)
return content.replaceAll(CMD_REGEXP,`${srcBinDirA}$2`)
};

@@ -28,3 +28,3 @@

const srcBinDirA=srcBinDir.replace("\\","/");
return content.replace(SHELL_REGEXP,`${srcBinDirA}$1`)
return content.replaceAll(SHELL_REGEXP,`${srcBinDirA}$1`)
};

@@ -31,0 +31,0 @@

{
"name": "nvexeca",
"version": "9.2.1",
"version": "10.0.0",
"type": "module",

@@ -57,5 +57,5 @@ "exports": {

"dependencies": {
"execa": "^8.0.0",
"get-node": "^14.2.1",
"global-cache-dir": "^5.0.0",
"execa": "^8.0.1",
"get-node": "^15.0.0",
"global-cache-dir": "^6.0.0",
"is-plain-obj": "^4.1.0",

@@ -67,12 +67,12 @@ "path-exists": "^5.0.0",

"devDependencies": {
"@ehmicky/dev-tasks": "^2.0.93",
"@types/node": "^20.4.8",
"@ehmicky/dev-tasks": "^2.0.102",
"@types/node": "^20.8.9",
"nyc": "^15.1.0",
"semver": "^7.5.4",
"test-each": "^6.0.1",
"test-each": "^7.0.0",
"yarn": "^1.22.19"
},
"engines": {
"node": ">=16.17.0"
"node": ">=18.18.0"
}
}

@@ -39,2 +39,11 @@ <picture>

# Hire me
Please
[reach out](https://www.linkedin.com/feed/update/urn:li:activity:7117265228068716545/)
if you're looking for a Node.js API or CLI engineer (11 years of experience).
Most recently I have been [Netlify Build](https://github.com/netlify/build)'s
and [Netlify Plugins](https://www.netlify.com/products/build/plugins/)'
technical lead for 2.5 years. I am available for full-time remote positions.
# Example

@@ -60,3 +69,3 @@

`node >=16.17.0` must be installed. However the command run by `nvexeca` can use
`node >=18.18.0` must be installed. However the command run by `nvexeca` can use
any Node version (providing it is compatible with it).

@@ -63,0 +72,0 @@

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