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.13 to 1.5.14

8

lib/databases/inmemory.js

@@ -15,2 +15,8 @@ 'use strict';

Repository.call(this, options);
if (options) {
// set collectionName
if (!options.collectionName) console.log('Warning: you did not provide a collectionName to the inMemory store.');
this.collectionName = options.collectionName;
}
}

@@ -165,2 +171,2 @@

module.exports = Repository;
module.exports = InMemory;

2

package.json
{
"author": "adrai",
"name": "viewmodel",
"version": "1.5.13",
"version": "1.5.14",
"private": false,

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

@@ -0,1 +1,4 @@

## [v1.5.14](https://github.com/adrai/node-viewmodel/compare/v1.5.13...v1.5.14)
- inmemory: now correctly instantiates with collectionName [#46](https://github.com/adrai/node-viewmodel/pull/46) thanks to [hilkeheremans](https://github.com/hilkeheremans)
## [v1.5.13](https://github.com/adrai/node-viewmodel/compare/v1.5.12...v1.5.13)

@@ -2,0 +5,0 @@ - redis, mongodb: call disconnect on ping error

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