
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
It's fun keeping docs and the code to which it refers together, but docs need to get out and about to be useful! Faxx teleports docs from a GitHub repository to wherever you heart desires.
Faxx is compiled with Babel, src
=> dist
.
$ npm run build
Will watch and rebuild by default.
$ npm i -g faxx
faxx
part of your build process.$ npm i --save-dev faxx
$ faxx -r manifold/torus -o app/docs
$ faxx -l ../manifold/torus -o app.docs
See --help
for additional options.
Once the documentation is where you needed it, just import it.
import docs from './docs '
This assumes you're using babel-raw
in tandem with some sort of md => ? transpiler.
├── src
│ ├── catalog.js # Index documentation
│ ├── download.js # Download tars from GitHub
│ ├── github.js # Fetch GitHub releases
│ ├── index.js # Glue everything together
│ ├── local.js # Local watch and build
│ ├── options.js # Options
│ ├── output.js # Output to fs
│ └── spinners.js # Spinners (even sometimes work)
├── dist # Compiled files
├── docs
└── bin
FAQs
📠 from repo/📃 ✨ wherever/📃
The npm package faxx receives a total of 14 weekly downloads. As such, faxx popularity was classified as not popular.
We found that faxx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.