New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
1.5.0-beta.9

2

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

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

@@ -9,2 +9,3 @@ import type { Account, AccountType, PreferenceAccounting } from "../models";

isAccumulationAccount(accountId: string): boolean;
excludeCodeAccount(account: Account): boolean;
};

@@ -11,0 +12,0 @@ export declare const getAccountsTree: (accounts: Account[], transform?: (account: any) => any) => Account[];

Sorry, the diff of this file is not supported yet

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