Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@altodia/microservices-common

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altodia/microservices-common - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

6

lib/cjs/types/payments/transactions.d.ts

@@ -6,11 +6,11 @@ import { Base } from "../base";

export interface TransactionsCreatedParams extends Base {
productId?: string;
productIds?: string[];
productNames?: string[];
productCounts?: number[];
paymentIntentId?: string;
clientSecret?: string;
amount?: number;
productCount?: number;
currency?: string;
status?: string;
customerName?: string;
productName?: string;
tax?: number;

@@ -17,0 +17,0 @@ deliveryFee?: number;

@@ -6,11 +6,11 @@ import { Base } from "../base";

export interface TransactionsCreatedParams extends Base {
productId?: string;
productIds?: string[];
productNames?: string[];
productCounts?: number[];
paymentIntentId?: string;
clientSecret?: string;
amount?: number;
productCount?: number;
currency?: string;
status?: string;
customerName?: string;
productName?: string;
tax?: number;

@@ -17,0 +17,0 @@ deliveryFee?: number;

{
"name": "@altodia/microservices-common",
"version": "3.1.2",
"version": "3.1.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js",

Sorry, the diff of this file is not supported yet

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