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.9 to 1.0.10

10

lib/cjs/flight/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FLIGHT_CANCEL = exports.FLIGHT_DELETE = exports.FLIGHT_FETCHED = exports.FLIGHT_UPDATE = exports.FLIGHT_CREATE = void 0;
exports.FLIGHT_CREATE = 'flight.created';
exports.FLIGHT_UPDATE = 'flight.update';
exports.FLIGHT_CANCELED = exports.FLIGHT_DELETED = exports.FLIGHT_FETCHED = exports.FLIGHT_UPDATED = exports.FLIGHT_CREATED = void 0;
exports.FLIGHT_CREATED = 'flight.created';
exports.FLIGHT_UPDATED = 'flight.updated';
exports.FLIGHT_FETCHED = 'flight.fetched';
exports.FLIGHT_DELETE = 'flight.deleted';
exports.FLIGHT_CANCEL = 'flight.canceled';
exports.FLIGHT_DELETED = 'flight.deleted';
exports.FLIGHT_CANCELED = 'flight.canceled';
import { Base } from "../base";
export declare const FLIGHT_CREATE = "flight.created";
export declare const FLIGHT_UPDATE = "flight.update";
export declare const FLIGHT_CREATED = "flight.created";
export declare const FLIGHT_UPDATED = "flight.updated";
export declare const FLIGHT_FETCHED = "flight.fetched";
export declare const FLIGHT_DELETE = "flight.deleted";
export declare const FLIGHT_CANCEL = "flight.canceled";
export declare const FLIGHT_DELETED = "flight.deleted";
export declare const FLIGHT_CANCELED = "flight.canceled";
export interface FlightCreatedParams extends Base {

@@ -8,0 +8,0 @@ flightType: string;

@@ -1,5 +0,5 @@

export const FLIGHT_CREATE = 'flight.created';
export const FLIGHT_UPDATE = 'flight.update';
export const FLIGHT_CREATED = 'flight.created';
export const FLIGHT_UPDATED = 'flight.updated';
export const FLIGHT_FETCHED = 'flight.fetched';
export const FLIGHT_DELETE = 'flight.deleted';
export const FLIGHT_CANCEL = 'flight.canceled';
export const FLIGHT_DELETED = 'flight.deleted';
export const FLIGHT_CANCELED = 'flight.canceled';
import { Base } from "../base";
export declare const FLIGHT_CREATE = "flight.created";
export declare const FLIGHT_UPDATE = "flight.update";
export declare const FLIGHT_CREATED = "flight.created";
export declare const FLIGHT_UPDATED = "flight.updated";
export declare const FLIGHT_FETCHED = "flight.fetched";
export declare const FLIGHT_DELETE = "flight.deleted";
export declare const FLIGHT_CANCEL = "flight.canceled";
export declare const FLIGHT_DELETED = "flight.deleted";
export declare const FLIGHT_CANCELED = "flight.canceled";
export interface FlightCreatedParams extends Base {

@@ -8,0 +8,0 @@ flightType: string;

{
"name": "@coavmi/microservices-common",
"version": "1.0.9",
"version": "1.0.10",
"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