Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

senter-mongo-repository

Package Overview
Dependencies
Maintainers
1
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.1 to 1.0.2

8

mongoRepository.js

@@ -203,5 +203,7 @@ const MongoClient = require('mongodb').MongoClient;

static get ContactListsCollectionName() {
return 'contactLists';
}
static get ContactListsCollectionName() { return 'contactLists'; }
static get CampaignsCollectionName() { return 'campaigns'; }
static get OptoutsCollectionName() { return 'optouts'; }
static get RepliesCollectionName() { return 'replies'; }
static get UsagesCollectionName() { return 'usages'; }

@@ -208,0 +210,0 @@ get _collection() {

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

@@ -5,0 +5,0 @@ "main": "index.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