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.58 to 1.4.0-beta.59

8

index.js

@@ -497,6 +497,6 @@ 'use strict';

}).transform((_) => {
const date = _.date || new Date();
const date = new Date();
const monthLife = calcDepreciationMonthLife(_.groupDepreciationId);
const depreciationDayOfMonth = dayjs__default['default'](_.datePurchase).date();
const depreciationCount = dayjs__default['default'](_.datePurchase).diff(date, "month");
const depreciationCount = dayjs__default['default'](date).diff(_.datePurchase, "month");
const dateEnd = dayjs__default['default'](_.datePurchase).add(monthLife, "month").toDate();

@@ -871,6 +871,6 @@

const transformToBddRepoInput = BddInputSchema.transform((_) => {
const date = _.date || new Date();
const date = new Date();
const amortizationDayOfMonth = dayjs__default['default'](_.dateStart).date();
const dateEnd = dayjs__default['default'](_.dateStart).add(_.monthLife, "month").toDate();
const amortizationCount = dayjs__default['default'](_.dateStart).diff(date, "month");
const amortizationCount = dayjs__default['default'](date).diff(_.dateStart, "month");
return {

@@ -877,0 +877,0 @@ ..._,

{
"name": "@deboxsoft/accounting-api",
"version": "1.4.0-beta.58",
"version": "1.4.0-beta.59",
"license": "SEE LICENSE IN LICENSE.md",

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

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