Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.4 to 0.4.5

2

lib/databases/couchDb.js

@@ -308,3 +308,3 @@ var cradle = require('cradle')

var self = this;
this.db.get(vm._id, function(err, doc) {
this.db.get(vm.id, function(err, doc) {
if (doc) {

@@ -311,0 +311,0 @@ self.db.remove(doc._id, doc._rev, callback);

{
"author": "adrai",
"name": "viewmodel",
"version": "0.4.4",
"version": "0.4.5",
"private": false,

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

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