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

medici

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medici - npm Package Compare versions

Comparing version 0.6.0 to 0.6.2

5

lib/book.js

@@ -74,3 +74,5 @@ // Generated by CoffeeScript 1.6.3

parsed[key] = val;
if (val) {
parsed[key] = val;
}
} else {

@@ -84,2 +86,3 @@ if (key.indexOf('_id') > 0) {

parsed.book = this.name;
console.log('query:', parsed);
return parsed;

@@ -86,0 +89,0 @@ };

2

package.json
{
"name": "medici",
"version": "0.6.0",
"version": "0.6.2",
"description": "Simple double-entry accounting for Node + Mongoose",

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

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