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.3.2 to 0.4.0

lib/databases/couchDb.js

1

lib/repository.js

@@ -19,2 +19,3 @@ var fs = require('fs')

self.collectionName = options.collectionName;
self.options = options;

@@ -21,0 +22,0 @@ var dbPath = __dirname + "/databases/" + options.type + ".js";

4

package.json
{
"author": "adrai",
"name": "viewmodel",
"version": "0.3.2",
"version": "0.4.0",
"private": false,

@@ -31,2 +31,4 @@ "main": "index.js",

"mongodb",
"memory",
"couchdb",
"database",

@@ -33,0 +35,0 @@ "cqrs",

@@ -623,4 +623,4 @@ var expect = require('expect.js')

dummyRepo.get('4567', function(err, vm) {
vm.id = '4569';
dummyRepo.get('4567123', function(err, vm) {
vm.id = '4569123';
vm.destroy();

@@ -781,4 +781,4 @@

dummyRepo.get('4567', function(err, vm) {
vm.id = '4569';
dummyRepo.get('4567123', function(err, vm) {
vm.id = '4569123';
vm.destroy();

@@ -785,0 +785,0 @@

Sorry, the diff of this file is not supported yet

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