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.4.0-beta.65 to 1.4.0-beta.66

8

index.js

@@ -1192,3 +1192,7 @@ 'use strict';

constructor(code, args = {}, type = "error") {
constructor(
code,
args = {},
type = "error"
) {
super();

@@ -1200,2 +1204,4 @@ this.type = type;

this.code = code;
this.notificationType = type;
this.instanceOf = "AccountError";
this.indexes = args.indexes;

@@ -1202,0 +1208,0 @@ } catch (ignore) {}

4

package.json
{
"name": "@deboxsoft/accounting-api",
"version": "1.4.0-beta.65",
"version": "1.4.0-beta.66",
"license": "SEE LICENSE IN LICENSE.md",

@@ -38,3 +38,3 @@ "repository": {

"devDependencies": {
"@deboxsoft/module-core": "~2.3.2",
"@deboxsoft/module-core": "~2.3.4",
"@deboxsoft/plop-generator": "^1.0.1-beta.22",

@@ -41,0 +41,0 @@ "@deboxsoft/users-api": "~1.3.1",

@@ -1,2 +0,2 @@

import { DeboxError } from "@deboxsoft/module-core";
import { DeboxError, DeboxErrorOptions } from "@deboxsoft/module-core";
export declare type AccountCodeError = keyof typeof codeMessageDefault;

@@ -17,4 +17,4 @@ declare const codeMessageDefault: {

type: string;
constructor(code: AccountCodeError, args?: Record<string, any>, type?: string);
constructor(code: AccountCodeError, args?: Record<string, any>, type?: DeboxErrorOptions["notificationType"]);
}
export {};

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