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.4.0 to 0.4.1

5

lib/databases/couchDb.js

@@ -1,6 +0,3 @@

// lib/databases/couchDb.js v0.1.0
// (c) 2012 Adriano Raiano (adrai); under MIT License
var cradle = require('cradle')
, _ = require('underscore');
, _ = require('lodash');

@@ -7,0 +4,0 @@ module.exports = {

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

// lib/databases/inMemory.js v0.1.0
// (c) 2012 Adriano Raiano (adrai); under MIT License
var _ = require('underscore')
var _ = require('lodash')
, store = {}

@@ -6,0 +3,0 @@ , uuid = require('../uuid');

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

// lib/databases/mongoDb.js v0.1.0
// (c) 2012 Adriano Raiano (adrai); under MIT License
var mongo = require('mongodb')
, ObjectID = mongo.BSONPure.ObjectID
, _ = require('underscore');
, _ = require('lodash');

@@ -8,0 +5,0 @@ module.exports = {

@@ -1,6 +0,3 @@

// lib/databases/nStore.js v0.0.1
// (c) 2012 Adriano Raiano (adrai); under MIT License
var path = require('path')
, _ = require('underscore')
, _ = require('lodash')
, Tiny = require('tiny')

@@ -7,0 +4,0 @@ , uuid = require('../uuid');

2

lib/repository.js
var fs = require('fs')
, _ = require('underscore');
, _ = require('lodash');

@@ -4,0 +4,0 @@ // __initialize:__ Initiate communication with the database.

{
"author": "adrai",
"name": "viewmodel",
"version": "0.4.0",
"version": "0.4.1",
"private": false,

@@ -14,3 +14,3 @@ "main": "index.js",

"dependencies": {
"underscore": ">= 1.3.3"
"lodash": ">= 0.4.2"
},

@@ -17,0 +17,0 @@ "devDependencies": {

var expect = require('expect.js')
, async = require('async')
, _ = require('underscore')
, _ = require('lodash')
, repository = require('../lib/databases/inMemory')

@@ -5,0 +5,0 @@ , dummyRepo;

var expect = require('expect.js')
, async = require('async')
, _ = require('underscore')
, _ = require('lodash')
, repository = require('../lib/databases/inMemory')

@@ -5,0 +5,0 @@ , dummyRepo;

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