
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.
express-swaggerize-ui
Advanced tools
express-swaggerize-ui is an node express middleware to show swagger-ui 3 for your local (or external) api.
npm install --save express-swaggerize-ui
const express = require('express');
const app = express();
const swaggerUi = require('express-swaggerize-ui');
app.use('/api-docs.json', function (req, res) {
res.json(require('./path/to/swaggerize/docs.json'));
});
app.use('/api-docs', swaggerUi());
app.listen(3000);
FAQs
Express middleware to display a swagger-ui 3 page
The npm package express-swaggerize-ui receives a total of 3,647 weekly downloads. As such, express-swaggerize-ui popularity was classified as popular.
We found that express-swaggerize-ui 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.