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 0.1.0-alpha.45 to 0.1.0-alpha.46

1

index.cjs.js

@@ -11,2 +11,3 @@ 'use strict';

name: sh.string().nonempty(),
description: sh.string(),
type: sh.string().nonempty(),

@@ -13,0 +14,0 @@ active: sh.boolean().optional(),

@@ -7,2 +7,3 @@ import { object, string, boolean, number, union, date, array, enum as enum$1 } from '@deboxsoft/zod';

name: string().nonempty(),
description: string(),
type: string().nonempty(),

@@ -9,0 +10,0 @@ active: boolean().optional(),

2

package.json
{
"name": "@deboxsoft/accounting-api",
"version": "0.1.0-alpha.45",
"version": "0.1.0-alpha.46",
"license": "SEE LICENSE IN LICENSE.md",

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

export declare const accountSchema: import("@deboxsoft/zod").ZodObject<{
code: import("@deboxsoft/zod").ZodString;
name: import("@deboxsoft/zod").ZodString;
description: import("@deboxsoft/zod").ZodString;
type: import("@deboxsoft/zod").ZodString;

@@ -14,2 +15,3 @@ active: import("@deboxsoft/zod").ZodOptional<import("@deboxsoft/zod").ZodBoolean>;

parentId?: string | undefined;
description: string;
code: string;

@@ -23,2 +25,3 @@ type: string;

parentId?: string | undefined;
description: string;
code: string;

@@ -25,0 +28,0 @@ type: string;

Sorry, the diff of this file is not supported yet

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