
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@bjohansebas/scanner
Advanced tools
Simple scan the technologies used in a TypeScript/JavaScript project.
[!WARNING] This project is still a work in progress.
A simple scan the technologies used in a TypeScript/JavaScript project
npm install @bjohansebas/scanner
import { generateReport } from '@bjohansebas/scanner'
import { scanFolder } from '@bjohansebas/scanner/helpers'
const files = await scanFolder(process.cwd())
const report = await generateReport(files)
Type: string[]
The files that belong to the project can be obtained using scanFolder to get the project files.
Type: object
Scanned project path
Type: string
Default: process.cwd()
Type: boolean (optional)
Default: false
Check the contents of the files to determine each configuration
Type: boolean (optional)
Default: true
Check if it is listed as a dependency in the package.json
Type: string
Path where it will start searching for all files
FAQs
Simple scan the technologies used in a TypeScript/JavaScript project.
We found that @bjohansebas/scanner demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.