Skip to content

Conversation

MarshallOfSound
Copy link
Member

@MarshallOfSound MarshallOfSound commented Oct 11, 2025

Also removes the install script to make this module not be "built" for other packages that disable scripts

Closes #564

@MarshallOfSound MarshallOfSound requested a review from a team as a code owner October 11, 2025 02:30
Copy link

socket-security bot commented Oct 11, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​esbuild/​aix-ppc64@​0.25.101001003991100
Added@​esbuild/​android-arm64@​0.25.101001003991100
Added@​esbuild/​darwin-arm64@​0.25.101001003991100
Added@​esbuild/​darwin-x64@​0.25.101001003991100
Added@​esbuild/​freebsd-arm64@​0.25.101001003991100
Added@​esbuild/​freebsd-x64@​0.25.101001003991100
Added@​esbuild/​linux-arm@​0.25.101001003991100
Added@​esbuild/​linux-arm64@​0.25.101001003991100
Added@​esbuild/​linux-ia32@​0.25.101001003991100
Added@​esbuild/​linux-loong64@​0.25.101001003991100
Added@​esbuild/​linux-mips64el@​0.25.101001003991100
Added@​esbuild/​linux-ppc64@​0.25.101001003991100
Added@​esbuild/​linux-riscv64@​0.25.101001003991100
Added@​esbuild/​linux-s390x@​0.25.101001003991100
Added@​esbuild/​linux-x64@​0.25.101001003991100
Added@​esbuild/​openbsd-arm64@​0.25.101001003991100
Added@​esbuild/​openbsd-x64@​0.25.101001003991100
Added@​esbuild/​sunos-x64@​0.25.101001003991100
Added@​esbuild/​win32-arm64@​0.25.101001003991100
Added@​esbuild/​win32-ia32@​0.25.101001003991100
Added@​esbuild/​win32-x64@​0.25.101001003991100
Added@​esbuild/​netbsd-arm64@​0.25.101001004091100
Added@​esbuild/​netbsd-x64@​0.25.101001004091100
Added@​rollup/​rollup-linux-arm64-musl@​4.52.41001004198100
Added@​rollup/​rollup-android-arm64@​4.52.41001004198100
Added@​rollup/​rollup-freebsd-arm64@​4.52.41001004198100
Added@​rollup/​rollup-android-arm-eabi@​4.52.41001004198100
Added@​rollup/​rollup-linux-arm-musleabihf@​4.52.41001004198100
Added@​rollup/​rollup-win32-arm64-msvc@​4.52.41001004198100
Added@​rollup/​rollup-darwin-arm64@​4.52.41001004198100
Added@​rollup/​rollup-linux-arm64-gnu@​4.52.41001004198100
Added@​rollup/​rollup-linux-loong64-gnu@​4.52.41001004195100
See 189 more rows in the dashboard

View full report

Copy link

windows-installer

Copy link
Member

@erickzhao erickzhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"@electron/windows-sign": "^2.0.2"
},
"engines": {
"node": ">=8.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"node": ">=8.0.0"
"node": ">=22.12.0"

We should also mark this as a breaking change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove prepublish and install scripts

3 participants