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

@altodia/microservices-common

Package Overview
Dependencies
Maintainers
2
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.9 to 3.2.10

4

lib/cjs/files/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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_IN_DB = exports.FILES_BUCKET_DELETED = exports.FILES_BUCKET_CREATED_IN_DB = exports.FILES_BUCKET_CREATED = void 0;
exports.FILES_BUCKET_CREATED = 'files.bucketCreated';
exports.FILES_BUCKET_CREATED_IN_DB = 'files.bucketCreatedInDb';
exports.FILES_BUCKET_DELETED = 'files.bucketDeleted';
exports.FILES_BUCKET_DELETED_IN_DB = 'files.bucketDeletedInDb';
exports.FILES_CREATED = 'files.created';

@@ -7,0 +9,0 @@ exports.FILES_UPDATED = 'files.updated';

import { Base } from "../base";
export declare const FILES_BUCKET_CREATED = "files.bucketCreated";
export declare const FILES_BUCKET_CREATED_IN_DB = "files.bucketCreatedInDb";
export declare const FILES_BUCKET_DELETED = "files.bucketDeleted";
export declare const FILES_BUCKET_DELETED_IN_DB = "files.bucketDeletedInDb";
export declare const FILES_CREATED = "files.created";

@@ -5,0 +7,0 @@ export declare const FILES_UPDATED = "files.updated";

export const FILES_BUCKET_CREATED = 'files.bucketCreated';
export const FILES_BUCKET_CREATED_IN_DB = 'files.bucketCreatedInDb';
export const FILES_BUCKET_DELETED = 'files.bucketDeleted';
export const FILES_BUCKET_DELETED_IN_DB = 'files.bucketDeletedInDb';
export const FILES_CREATED = 'files.created';

@@ -4,0 +6,0 @@ export const FILES_UPDATED = 'files.updated';

import { Base } from "../base";
export declare const FILES_BUCKET_CREATED = "files.bucketCreated";
export declare const FILES_BUCKET_CREATED_IN_DB = "files.bucketCreatedInDb";
export declare const FILES_BUCKET_DELETED = "files.bucketDeleted";
export declare const FILES_BUCKET_DELETED_IN_DB = "files.bucketDeletedInDb";
export declare const FILES_CREATED = "files.created";

@@ -5,0 +7,0 @@ export declare const FILES_UPDATED = "files.updated";

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