Socket
Socket
Sign inDemoInstall

advaya-mongo

Package Overview
Dependencies
18
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

initialize.js

12

index.js
var models= require(require('path').resolve('./advaya')).models();
var db= require('./db');
var initialize= require('./initialize');
var api= require('require-all')({

@@ -8,3 +12,3 @@ dirname : __dirname+'/api',

module.exports= Object.keys(models)
var modelApi= Object.keys(models)
.map(function (key) {

@@ -26,1 +30,7 @@ return models[key];

},{});
module.exports ={
api: modelApi,
connect: connect,
initialize: initialize
}

2

package.json
{
"name": "advaya-mongo",
"version": "0.0.1",
"version": "0.0.2",
"description": "Advaya mongo plugin",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc