
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.
@payw/cau-cafeteria-menus-scraper
Advanced tools
A CAU cafeteria menus scraper for Node.js
npm install @payw/cau-cafeteria-menus-scraper
Peer Dependencies
npm i -D puppeteer pending-xhr-puppeteer
const { CCMS } = require('@payw/cau-cafeteria-menus-scraper')
CCMS({
id: 'portalId',
pw: 'portalPw',
days: 1 // optional (default: 5)
}).then(data => {
// Do something
})
The package contains its type definitions. But you can also install types only.
npm install --save-dev @payw/cau-cafeteria-menus-scraper-types
v2.0.x
→ v2.1.x
Migration GuideWe renamed the package to 'cau-cafeteria-menus-scraper'. Also the key of the return object has been changed.
/* v2.0.x */
// Node.js
const { CAUFS } = require('@payw/cau-food-scraper')
// webpack
import { CAUFS } from '@payw/cau-food-scraper'
/* v2.1.x */
// Node.js
const { CCMS } = require('@payw/cau-cafeteria-menus-scraper')
// webpack
import { CCMS } from '@payw/cau-cafeteria-menus-scraper'
FAQs
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.