Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
mongoose-update-if-current
Advanced tools
Optimistic concurrency (OCC) plugin for mongoose v4.8 and higher.
Increments document version numbers on each save, and prevents previous versions of a document from being saved over a newer version.
Inspired by this issue in the mongoose repo.
See the __tests__
directory for examples.
$ npm install --save mongoose-update-if-current
On a single schema:
import { updateIfCurrentPlugin } from 'mongoose-update-if-current';
const mongoose = require('mongoose');
const mySchema = new mongoose.Schema({ ... });
mySchema.plugin(updateIfCurrentPlugin);
Globally:
import { updateIfCurrentPlugin } from 'mongoose-update-if-current';
const mongoose = require('mongoose');
mongoose.plugin(updateIfCurrentPlugin);
npm run build # build the library files
npm run test # run the tests
npm run coverage # run the tests with coverage
npm run prepare # build the library, make sure the tests passes, and then pack the library (creates .tgz)
npm run release # prepare package for next release
FAQs
Optimistic concurrency control (OCC) plugin for mongoose
The npm package mongoose-update-if-current receives a total of 1,893 weekly downloads. As such, mongoose-update-if-current popularity was classified as popular.
We found that mongoose-update-if-current 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.