Huge News!Announcing our $40M Series B led by Abstract Ventures.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 3.2.6 to 3.2.7

3

lib/cjs/files/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FILES_TESTED = exports.FILES_DELETED_BULK = exports.FILES_DELETED = exports.FILES_UPDATED = exports.FILES_CREATED = exports.FILES_BUCKET_DELETED = exports.FILES_BUCKET_CREATED = void 0;
exports.FILES_DELETED_BULK = exports.FILES_DELETED = exports.FILES_UPDATED = exports.FILES_CREATED = exports.FILES_BUCKET_DELETED = exports.FILES_BUCKET_CREATED = void 0;
exports.FILES_BUCKET_CREATED = 'files.bucketCreated';

@@ -10,2 +10,1 @@ exports.FILES_BUCKET_DELETED = 'files.bucketDeleted';

exports.FILES_DELETED_BULK = 'files.deletedBulk';
exports.FILES_TESTED = 'files.tested';

@@ -8,3 +8,2 @@ import { Base } from "../base";

export declare const FILES_DELETED_BULK = "files.deletedBulk";
export declare const FILES_TESTED = "files.tested";
export interface BucketCreatedParams extends Base {

@@ -35,6 +34,2 @@ bucketName: string;

}
export interface TestedParams extends Base {
title: string;
body: string;
}
//# sourceMappingURL=index.d.ts.map

@@ -11,2 +11,3 @@ import { Base } from "../base";

export declare const USERS_DELETED = "users.deleted";
export declare const USERS_TESTED = "users.tested";
export interface UsersCreatedParams extends Base {

@@ -42,2 +43,6 @@ email?: string;

}
export interface TestedParams extends Base {
title: string;
body: string;
}
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.USERS_DELETED = exports.USERS_UNVERIFIED = exports.USERS_FORGOT_PASSWORD_REQUESTED = exports.USERS_VERIFY_REQUESTED_EMAIL = exports.USERS_VERIFY_REQUESTED = exports.USERS_VERIFIED = exports.USERS_UPDATED = exports.USERS_CREATED = void 0;
exports.USERS_TESTED = exports.USERS_DELETED = exports.USERS_UNVERIFIED = exports.USERS_FORGOT_PASSWORD_REQUESTED = exports.USERS_VERIFY_REQUESTED_EMAIL = exports.USERS_VERIFY_REQUESTED = exports.USERS_VERIFIED = exports.USERS_UPDATED = exports.USERS_CREATED = void 0;
exports.USERS_CREATED = 'users.created';

@@ -12,1 +12,2 @@ exports.USERS_UPDATED = 'users.updated';

exports.USERS_DELETED = 'users.deleted';
exports.USERS_TESTED = 'users.tested';

@@ -7,2 +7,1 @@ export const FILES_BUCKET_CREATED = 'files.bucketCreated';

export const FILES_DELETED_BULK = 'files.deletedBulk';
export const FILES_TESTED = 'files.tested';

@@ -8,3 +8,2 @@ import { Base } from "../base";

export declare const FILES_DELETED_BULK = "files.deletedBulk";
export declare const FILES_TESTED = "files.tested";
export interface BucketCreatedParams extends Base {

@@ -35,6 +34,2 @@ bucketName: string;

}
export interface TestedParams extends Base {
title: string;
body: string;
}
//# sourceMappingURL=index.d.ts.map

@@ -11,2 +11,3 @@ import { Base } from "../base";

export declare const USERS_DELETED = "users.deleted";
export declare const USERS_TESTED = "users.tested";
export interface UsersCreatedParams extends Base {

@@ -42,2 +43,6 @@ email?: string;

}
export interface TestedParams extends Base {
title: string;
body: string;
}
//# sourceMappingURL=index.d.ts.map

@@ -9,1 +9,2 @@ export const USERS_CREATED = 'users.created';

export const USERS_DELETED = 'users.deleted';
export const USERS_TESTED = 'users.tested';
{
"name": "@altodia/microservices-common",
"version": "3.2.6",
"version": "3.2.7",
"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

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