Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
hadron-build
Advanced tools
Complete tooling for large-scale Electron apps.
{
"config": {
"hadron": {
"build": {
"win32": {
"icon": "resources/win32/<your-project-id>.ico",
"favicon_url": "https://raw.githubusercontent.com/mongodb-js/favicon/master/favicon.ico",
"loading_gif": "resources/win32/loading.gif"
},
"darwin": {
"icon": "resources/darwin/<your-project-id>.icns",
"dmg_background": "resources/darwin/background.png",
"codesign_identity": "Developer ID Application: <your-name> (<your-apple-developer-id>)",
"codesign_sha1": "<your-certs-sha1>",
"app_bundle_id": "com.<your-company>.<your-project-id>",
"app_category_type": "public.app-category.productivity"
}
},
"endpoint": "<hadron-endpoint-server-url>"
}
},
"scripts": {
"check": "hadron-build check",
"ci": "npm run test",
"clean": "hadron-build clean",
"compile-ui": "hadron-build ui",
"fmt": "hadron-build fmt",
"postuninstall": "hadron-build clean",
"release": "hadron-build release",
"start": "hadron-build develop",
"test": "hadron-build test",
"test-functional": "npm test -- --functional",
"test-unit": "npm test -- --unit",
"test-release": "npm test -- --release"
}
}
hadron-build <command> [options]
Commands:
release :shipit:
clean Remove generated directories.
config Configuration.
develop [options] Run the app in development mode.
test [options] Run app tests.
upload [options] Upload assets from `release`.
ui [options] Compile the app UI.
verify [options] Verify the current environment meets the app's requirements.
Options:
--help Show help [boolean]
release
commandrailcars
commandcheck
command -> mongodb-js-precommit
fmt
command -> mongodb-js-fmt
test
use xvfb-maybe
by defaultApache 2.0
FAQs
Tooling for Hadron apps like Compass
The npm package hadron-build receives a total of 314 weekly downloads. As such, hadron-build popularity was classified as not popular.
We found that hadron-build demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.