Socket
Socket
Sign inDemoInstall

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.1.7 to 1.2.0

.eslintrc

2

lib/databases/redis.js

@@ -38,3 +38,3 @@ 'use strict';

if (url.pathname) {
options.db = url.pathname.replace("/", "", 1);
options.db = url.pathname.replace("/", "", 1);
}

@@ -41,0 +41,0 @@ }

{
"author": "adrai",
"name": "viewmodel",
"version": "1.1.7",
"version": "1.2.0",
"private": false,

@@ -27,3 +27,4 @@ "main": "index.js",

"tingodb": ">= 0.0.1",
"redis": ">= 0.10.1"
"redis": ">= 0.10.1",
"azure-storage": ">=0.3.0"
},

@@ -30,0 +31,0 @@ "description": "Node-viewmodel is a node.js module for multiple databases. It can be very useful if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.",

@@ -187,2 +187,3 @@ # Introduction

5. redis ([redis] (https://github.com/mranney/node_redis))
6. azuretable ([azure-storage](https://github.com/Azure/azure-storage-node))

@@ -211,3 +212,2 @@ ## own db implementation

# License

@@ -214,0 +214,0 @@

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

## v1.2.0
- added azure-table support [#5](https://github.com/adrai/node-viewmodel/pull/5) thanks to [sbiaudet](https://github.com/sbiaudet)
## v1.1.7

@@ -2,0 +5,0 @@ - added clear function (only for testing)

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