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

@coavmi/microservices-common

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coavmi/microservices-common - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

3

lib/cjs/booking/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BOOKING_DELETED = exports.BOOKING_FETCHED = exports.BOOKING_UPDATED = exports.BOOKING_CREATED = void 0;
exports.BOOKING_CANCELED = exports.BOOKING_DELETED = exports.BOOKING_FETCHED = exports.BOOKING_UPDATED = exports.BOOKING_CREATED = void 0;
exports.BOOKING_CREATED = 'booking.created';

@@ -8,1 +8,2 @@ exports.BOOKING_UPDATED = 'booking.updated';

exports.BOOKING_DELETED = 'booking.deleted';
exports.BOOKING_CANCELED = 'booking.canceled';

@@ -6,2 +6,3 @@ import { Base } from '../base';

export declare const BOOKING_DELETED = "booking.deleted";
export declare const BOOKING_CANCELED = "booking.canceled";
export interface BookingCreatedParams extends Base {

@@ -24,2 +25,4 @@ status: string;

}
export interface BookingCanceledParams extends BookingCreatedParams {
}
//# sourceMappingURL=index.d.ts.map

@@ -5,1 +5,2 @@ export const BOOKING_CREATED = 'booking.created';

export const BOOKING_DELETED = 'booking.deleted';
export const BOOKING_CANCELED = 'booking.canceled';

@@ -6,2 +6,3 @@ import { Base } from '../base';

export declare const BOOKING_DELETED = "booking.deleted";
export declare const BOOKING_CANCELED = "booking.canceled";
export interface BookingCreatedParams extends Base {

@@ -24,2 +25,4 @@ status: string;

}
export interface BookingCanceledParams extends BookingCreatedParams {
}
//# sourceMappingURL=index.d.ts.map
{
"name": "@coavmi/microservices-common",
"version": "1.0.12",
"version": "1.0.13",
"main": "./lib/cjs/index.js",

@@ -5,0 +5,0 @@ "_main": "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