Socket
Socket
Sign inDemoInstall

advaya-mongo

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

advaya-mongo - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

7

api/populate.js

@@ -17,4 +17,6 @@ var ObjectId= require('mongodb').ObjectId;

{
var wasAnObject;
if(!Array.isArray(obj))
{
wasAnObject= true;
obj=[obj];

@@ -104,3 +106,6 @@ }

return newObj;
if(wasAnObject)
return newObj[0];
else
return newObj;
});

@@ -107,0 +112,0 @@

2

package.json
{
"name": "advaya-mongo",
"version": "1.0.5",
"version": "1.0.6",
"description": "Advaya mongo plugin",

@@ -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