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.17 to 1.0.18

4

build/events/payments/interfaces/approve-payment-request.d.ts

@@ -18,2 +18,6 @@ import { PaymentEntityTypes } from "../../../enums";

updated_at: Date;
for_company: boolean;
for_employee: boolean;
employee_name: string | null;
category: string | null;
}

2

build/events/payments/interfaces/payment-disbursement.d.ts

@@ -6,3 +6,3 @@ export interface IPaymentRequestSchema {

amount: string;
category: string;
category: string | null;
created_at: string;

@@ -9,0 +9,0 @@ for_company: boolean;

{
"name": "vendease-common",
"version": "1.0.17",
"version": "1.0.18",
"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