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

viewmodel

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viewmodel - npm Package Compare versions

Comparing version 1.5.16 to 1.5.17

3

lib/databases/mongodb.js

@@ -82,3 +82,2 @@ 'use strict';

var finish = function (err) {
self.client = client;
self.isConnected = true;

@@ -304,3 +303,3 @@ if (!err) {

self.client.ensureIndex(self.collectionName, index, options, function(err, indexName) {
self.db.ensureIndex(self.collectionName, index, options, function(err, indexName) {
// nothing todo.

@@ -307,0 +306,0 @@ });

{
"author": "adrai",
"name": "viewmodel",
"version": "1.5.16",
"version": "1.5.17",
"private": false,

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

@@ -1,2 +0,2 @@

## [v1.5.16](https://github.com/adrai/node-viewmodel/compare/v1.5.14...v1.5.16)
## [v1.5.17](https://github.com/adrai/node-viewmodel/compare/v1.5.14...v1.5.17)
- Support mongo connection string

@@ -3,0 +3,0 @@

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