New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

medici

Package Overview
Dependencies
Maintainers
1
Versions
58
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.2 to 0.6.3

9

lib/book.js

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

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

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

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

@@ -115,4 +112,6 @@ };

result = result.shift();
if (result == null) {
return deferred.resolve(0);
}
total = result.credit - result.debit;
console.log('got total:', total);
return deferred.resolve(total);

@@ -119,0 +118,0 @@ }

{
"name": "medici",
"version": "0.6.2",
"version": "0.6.3",
"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