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 1.5.0-beta.61 to 1.5.0-beta.62

2

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

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

@@ -8,3 +8,3 @@ import { PageCursorResult } from "@deboxsoft/module-core";

export interface BalanceService {
getCurrentBalance(opts?: BalanceServiceOptions): Promise<BalanceData>;
getCurrentBalance(opts?: Omit<BalanceServiceOptions, "period">): Promise<BalanceData>;
getFixedBalance(opts?: BalanceServiceOptions): Promise<BalanceData>;

@@ -11,0 +11,0 @@ getCurrentBalanceAccount(accountId: any, opts?: BalanceServiceOptions): Promise<number | undefined>;

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