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

@deboxsoft/accounting-api

Package Overview
Dependencies
Maintainers
1
Versions
434
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/accounting-api - npm Package Compare versions

Comparing version 1.5.0-beta.46 to 1.5.0-beta.47

2

package.json
{
"name": "@deboxsoft/accounting-api",
"version": "1.5.0-beta.46",
"version": "1.5.0-beta.47",
"license": "SEE LICENSE IN LICENSE.md",

@@ -5,0 +5,0 @@ "repository": {

@@ -33,9 +33,9 @@ import { PreferenceAccounting } from "./PreferenceAccounting";

export interface RatioBalanceReport {
cashRatio: number;
deptAssetRatio: number;
deptEquityRatio: number;
operationMarginRatio: number;
profitMarginRatio: number;
returnToAssetRatio: number;
returnOfEquityRatio: number;
cashRatio?: number;
deptAssetRatio?: number;
deptEquityRatio?: number;
operationMarginRatio?: number;
profitMarginRatio?: number;
returnToAssetRatio?: number;
returnOfEquityRatio?: number;
}

@@ -52,3 +52,3 @@ export interface BalanceReport {

cash: BalanceReportValue;
ratio: Partial<RatioBalanceReport>;
ratio: RatioBalanceReport;
expenseData: BalanceData;

@@ -55,0 +55,0 @@ revenueData: BalanceData;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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