Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.2 to 1.4.0

18

mongoReposotory.js

@@ -319,11 +319,11 @@ const MongoClient = require('mongodb').MongoClient;

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'; }
static get ProfilesCollectionName() { return 'profiles'; }
static get AppsCollectionName() { return 'apps'; }
static get SettingsCollectionName() { return 'settings'; }
static get ConversationsCollectionName() { return 'conversations'; }
static get ContactListsCollectionName() { return 'contactLists' }
static get CampaignsCollectionName() { return 'campaigns' }
static get TempletesCollectionName() { return 'templates' }
static get OptoutsCollectionName() { return 'optouts' }
static get RepliesCollectionName() { return 'replies' }
static get UsagesCollectionName() { return 'usages' }
static get ProfilesCollectionName() { return 'profiles' }
static get AppsCollectionName() { return 'apps' }
static get SettingsCollectionName() { return 'settings' }

@@ -330,0 +330,0 @@ get _collection() {

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

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

@@ -0,0 +0,0 @@ const MongoRepository = require("../mongoReposotory");

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