Sign In

runner-run

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

runner-run - npm Package Compare versions

Comparing version
0.24.0
to
0.24.1
+1
-1
lib/resolve.cjs

@@ -49,3 +49,3 @@ /// <reference types="node" />

// unexpected error deserves its message, and only the first line.
if (err && err.code === "MODULE_NOT_FOUND") {
if (typeof err === "object" && err !== null && "code" in err && err.code === "MODULE_NOT_FOUND") {
missing.push(subPkg);

@@ -52,0 +52,0 @@ } else {

@@ -55,16 +55,16 @@ {

"optionalDependencies": {
"@runner-run/linux-x64-gnu": "0.24.0",
"@runner-run/linux-x64-musl": "0.24.0",
"@runner-run/linux-arm64-gnu": "0.24.0",
"@runner-run/linux-arm64-musl": "0.24.0",
"@runner-run/android-arm64": "0.24.0",
"@runner-run/linux-armv7-gnueabihf": "0.24.0",
"@runner-run/darwin-x64": "0.24.0",
"@runner-run/darwin-arm64": "0.24.0",
"@runner-run/win32-x64-msvc": "0.24.0",
"@runner-run/win32-arm64-msvc": "0.24.0",
"@runner-run/win32-ia32-msvc": "0.24.0",
"@runner-run/freebsd-x64": "0.24.0",
"@runner-run/freebsd-arm64": "0.24.0",
"@runner-run/netbsd-x64": "0.24.0"
"@runner-run/linux-x64-gnu": "0.24.1",
"@runner-run/linux-x64-musl": "0.24.1",
"@runner-run/linux-arm64-gnu": "0.24.1",
"@runner-run/linux-arm64-musl": "0.24.1",
"@runner-run/android-arm64": "0.24.1",
"@runner-run/linux-armv7-gnueabihf": "0.24.1",
"@runner-run/darwin-x64": "0.24.1",
"@runner-run/darwin-arm64": "0.24.1",
"@runner-run/win32-x64-msvc": "0.24.1",
"@runner-run/win32-arm64-msvc": "0.24.1",
"@runner-run/win32-ia32-msvc": "0.24.1",
"@runner-run/freebsd-x64": "0.24.1",
"@runner-run/freebsd-arm64": "0.24.1",
"@runner-run/netbsd-x64": "0.24.1"
},

@@ -74,3 +74,3 @@ "engines": {

},
"version": "0.24.0",
"version": "0.24.1",
"man": [

@@ -77,0 +77,0 @@ "man/run.1",

@@ -18,3 +18,3 @@ # runner-run

Instead of remembering whether this project wants `npm run`, `pnpm exec`,
`bunx`, `cargo`, `uv run`, `deno task`, `make`, `just`, `go-task`, or a monorepo
`bun x`, `cargo`, `uv run`, `deno task`, `make`, `just`, `go-task`, or a monorepo
wrapper, use the same shape everywhere.

@@ -21,0 +21,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet