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.19 to 1.5.0-beta.20

2

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

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

@@ -7,3 +7,3 @@ import { z } from "@deboxsoft/zod";

bank: string[];
period?: number;
period: number;
startPeriodOnMonth?: number;

@@ -43,3 +43,3 @@ depreciation: {

verificationTimeTransaction: z.ZodOptional<z.ZodNumber>;
period: z.ZodOptional<z.ZodNumber>;
period: z.ZodNumber;
assets: z.ZodString;

@@ -64,3 +64,3 @@ payable: z.ZodString;

verificationTimeTransaction?: number | undefined;
period?: number | undefined;
period: number;
assets: string;

@@ -85,3 +85,3 @@ payable: string;

verificationTimeTransaction?: number | undefined;
period?: number | undefined;
period: number;
assets: string;

@@ -107,3 +107,3 @@ payable: string;

verificationTimeTransaction: z.ZodOptional<z.ZodNumber>;
period: z.ZodOptional<z.ZodNumber>;
period: z.ZodNumber;
assets: z.ZodString;

@@ -128,3 +128,3 @@ payable: z.ZodString;

verificationTimeTransaction?: number | undefined;
period?: number | undefined;
period: number;
assets: string;

@@ -149,3 +149,3 @@ payable: string;

verificationTimeTransaction?: number | undefined;
period?: number | undefined;
period: number;
assets: string;

@@ -170,3 +170,3 @@ payable: string;

verificationTimeTransaction?: number | undefined;
period?: number | undefined;
period: number;
assets: string;

@@ -173,0 +173,0 @@ payable: string;

@@ -54,2 +54,6 @@ import dayjsBase, { Dayjs } from "dayjs";

export declare const getPerDate: (date: Date) => Date;
export declare const getLimitDate: (period: number) => {
start: Date;
end: Date;
};
export {};

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