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

medici

Package Overview
Dependencies
Maintainers
2
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 1.0.1 to 1.0.2

2

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

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

@@ -135,2 +135,5 @@ module.exports = class Entry {

// Hello JavaScript. Your math rounding skill is mesmerising.
if (total < 1e-10) total = 0;
if (total > 0 || total < 0) {

@@ -137,0 +140,0 @@ const err = new Error('INVALID_JOURNAL');

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