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.2 to 0.4.3

5

lib/databases/couchDb.js

@@ -224,5 +224,4 @@ var cradle = require('cradle')

var res = self.fromObject(obj);
res.id = ident;
res._id = ident;
var res = { id: ident, _id: ident };
res = _.extend(res, self.fromObject(obj));
res._revision = res.revision;

@@ -229,0 +228,0 @@ delete res.revision;

2

package.json
{
"author": "adrai",
"name": "viewmodel",
"version": "0.4.2",
"version": "0.4.3",
"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