
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
A semi-opinionated framework for setting up Express apps.
$ npm install --save 2ex
const createApp = require('2ex')
const runApp = createApp((app, opts = {}) => {
// Handle app errors
app.on('error', console.error)
// Load in your routes
app.get('/', (req, res) => {
res.send(`Hello ${opts.message}!`)
})
})
// Start the app
runApp({
port: 8080,
message: 'World'
}).then(({ app, server }) => {
const addr = server.address()
console.log(`Server started at http://${app.get('host')}:${addr.port}`)
})
This package sets up common requirements for running an Express app in production with the goal of reducing boilerplate in your applications. Here is a list of some of those things:
5.0.0-alpha.7
at the time of publishing this)
path-to-regex
x-powered-by
headersimple
(faster, more secure, planned default for 5.0)uncaughtException
and unhandledRejection
clientError
soptions.parseCookies
FAQs
An opinionated express application framework
The npm package 2ex receives a total of 17 weekly downloads. As such, 2ex popularity was classified as not popular.
We found that 2ex demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.