Socket
Socket
Sign inDemoInstall

viewmodel

Package Overview
Dependencies
Maintainers
1
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 0.5.3 to 0.5.4

lib/databases/couchdb.js

4

lib/repository.js

@@ -22,2 +22,6 @@ var fs = require('fs')

if (options.type !== 'inMemory') {
options.type = options.type.toLowerCase();
}
var dbPath = __dirname + "/databases/" + options.type + ".js";

@@ -24,0 +28,0 @@

2

package.json
{
"author": "adrai",
"name": "viewmodel",
"version": "0.5.3",
"version": "0.5.4",
"private": false,

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

@@ -143,5 +143,5 @@ # Introduction

1. inMemory
2. mongoDb ([node-mongodb-native] (https://github.com/mongodb/node-mongodb-native))
3. couchDb ([cradle] (https://github.com/cloudhead/cradle))
4. tingoDb ([tingodb] (https://github.com/sergeyksv/tingodb))
2. mongodb ([node-mongodb-native] (https://github.com/mongodb/node-mongodb-native))
3. couchdb ([cradle] (https://github.com/cloudhead/cradle))
4. tingodb ([tingodb] (https://github.com/sergeyksv/tingodb))

@@ -148,0 +148,0 @@ # License

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