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

accountant

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accountant - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Double Entry Accounting",
"version": "0.0.4",
"version": "0.0.5",
"repository": {

@@ -8,0 +8,0 @@ "url": ""

@@ -37,3 +37,3 @@ var Table = require('cli-table')

assets.push({
symbol: "Cash"
symbol: "Cash".yellow
, cost_basis: cash

@@ -50,3 +50,7 @@ })

})
assets.sort(function(a, b){
return b.cost_basis - a.cost_basis
})
_.each(assets, function(x){

@@ -53,0 +57,0 @@ t.push([x.symbol

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