
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
JavaScript Backend Service Library
nemjs is a JavaScript Backend Service Library.
You will find some Services about Checkers, Getters & Setters
Auth services are using JWT & bcrypt
Mail services are using nodemailer
Image services are using sharp
NPM : npm i nemjs
Yarn : yarn add nemjs
Latest Release
or
git clone https://github.com/philippebeck/nemjs.git
or
Master ZIP
Checkers part :
Getters part :
Setters part :
.env.example
file to your project root, rename it .env
& replace values with your own valuesconst nem = require("nemjs")
where you need (file or function top level)router.get("/", nem.checkAuth, UserCtrl.list)
nem.setAuth(guest.password, user, res)
if (nem.checkEmail(guest.email)) { ... }
if (nem.checkRange(guest.name)) { ... }
if (nem.checkPass(guest.password)) { ... }
const pass = nem.getPassword();
if (nem.checkUrl(item.url)) { ... }
nem.setImage(uploadImage, newImage);
nem.setThumbnail(uploadImage, newImage);
const mailer = nem.getMailer()
let message = nem.getMessage(req)
You can run unit tests with Jest :
NPM : npm test
Yarn : yarn test
FAQs
JavaScript Backend Services Library
The npm package nemjs receives a total of 0 weekly downloads. As such, nemjs popularity was classified as not popular.
We found that nemjs 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.