New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

senter-mongo-repository

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

senter-mongo-repository - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

9

mongoReposotory.js

@@ -202,8 +202,7 @@ const MongoClient = require('mongodb').MongoClient;

delete document.id;
delete document._id;
document.updatedAt = new Date();
update.updatedAt = new Date();
filter.userId = userId
delete update._id;
delete update.userId;

@@ -210,0 +209,0 @@

{
"name": "senter-mongo-repository",
"version": "1.0.17",
"version": "1.0.18",
"description": "Contain methods to work with mongo db",

@@ -5,0 +5,0 @@ "main": "mongoReposotory.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc