New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@holaluz/pomada

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holaluz/pomada - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

7

dist/product-price/application/get-product-prices.js

@@ -36,7 +36,6 @@ "use strict";

product.fee = fee.amount;
const maintenance = {
withVat: fee.maintanance_with_vat,
withoutVat: fee.maintanance_without_vat
product.maintenance = {
withVat: fee.maintenance_with_vat,
withoutVat: fee.maintenance_without_vat
};
product.maintenance = maintenance;
}

@@ -43,0 +42,0 @@ else

@@ -8,6 +8,6 @@ import { Result } from '../../../shared/domain/result';

amount: number;
maintanance_with_vat: number;
maintanance_without_vat: number;
maintenance_with_vat: number;
maintenance_without_vat: number;
};
export declare function getFeeOfProduct(productName: ProductName, consumption: ValueByPeriod, currentPower: ValueByPeriod, desiredPower: ValueByPeriod, margin: Margin): Promise<Result<FeeDto, CupsError>>;
export {};
{
"name": "@holaluz/pomada",
"version": "2.2.2",
"version": "2.2.3",
"description": "Holaluz shared FE business logic repository",

@@ -5,0 +5,0 @@ "author": "Holaluz",

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