Socket
Socket
Sign inDemoInstall

vendease-common

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vendease-common - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

4

build/events/payments/payment-approved-event.d.ts
import { Subjects } from "../subjects";
import { ApprovePaymentSchema } from "./interfaces";
import { IPaymentRequestSchema } from "./interfaces";
export interface PaymentApprovedEvent {
subject: Subjects.PaymentApproved;
data: ApprovePaymentSchema;
data: IPaymentRequestSchema;
}
{
"name": "vendease-common",
"version": "1.0.18",
"version": "1.0.19",
"description": "",

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

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