New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.1 to 2.0.2

25

lib/cjs/types/users/index.d.ts

@@ -0,13 +1,20 @@

import { Base } from "../base";
export declare const USERS_CREATED = "users.created";
export declare const USERS_UPDATED = "users.updated";
export declare const USERS_DELETED = "users.deleted";
export interface UsersCreatedParams {
id?: string;
createdAt?: Date;
updatedAt?: Date;
senderAddress?: string;
receiverAddress?: string;
subject?: string;
body?: string;
messageId?: string;
export interface UsersCreatedParams extends Base {
email?: string;
awsUserId?: string;
address?: string;
phone_number?: string;
given_name?: string;
family_name?: string;
enabled?: boolean;
status?: string;
profileImageUrl?: string;
profileImageId?: string;
gender?: string;
birthdate?: string;
locale?: string;
tags?: string[];
}

@@ -14,0 +21,0 @@ export interface UsersUpdatedParams extends UsersCreatedParams {

@@ -0,13 +1,20 @@

import { Base } from "../base";
export declare const USERS_CREATED = "users.created";
export declare const USERS_UPDATED = "users.updated";
export declare const USERS_DELETED = "users.deleted";
export interface UsersCreatedParams {
id?: string;
createdAt?: Date;
updatedAt?: Date;
senderAddress?: string;
receiverAddress?: string;
subject?: string;
body?: string;
messageId?: string;
export interface UsersCreatedParams extends Base {
email?: string;
awsUserId?: string;
address?: string;
phone_number?: string;
given_name?: string;
family_name?: string;
enabled?: boolean;
status?: string;
profileImageUrl?: string;
profileImageId?: string;
gender?: string;
birthdate?: string;
locale?: string;
tags?: string[];
}

@@ -14,0 +21,0 @@ export interface UsersUpdatedParams extends UsersCreatedParams {

{
"name": "@altodia/microservices-common",
"version": "2.0.1",
"version": "2.0.2",
"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