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.12.1 to 0.12.2

1

lib/entry.js

@@ -33,2 +33,3 @@ var Entry, Q, mongoose, _;

this.journal.datetime = date;
this.journal.book = this.book.name;
this.transactions = [];

@@ -35,0 +36,0 @@ this.transactionModels = [];

2

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

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

@@ -34,2 +34,3 @@ var medici, moment, mongoose, util;

_this.journal2 = journal;
journal.book.should.equal('MyBook');
journal.memo.should.equal('Test Entry 2');

@@ -36,0 +37,0 @@ journal._transactions.length.should.equal(2);

Sorry, the diff of this file is not supported yet

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