🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@zakaa/common

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zakaa/common - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+1
-0
build/messages/messages.d.ts

@@ -9,1 +9,2 @@ export declare const USER_CREATED_MESSAGE = "userCreated";

export declare const USER_VEIRIFIED_MESSAGE = "userVerified";
export declare const INSTRUCTOR_VEIRIFIED_MESSAGE = "instructorVerified";
+2
-1
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.USER_VEIRIFIED_MESSAGE = exports.INSTRUCTOR_APPLICATION_ACCEPTED_MESSAGE = exports.REQUEST_FORGOT_PASSWORD_MESSAGE = exports.SEND_VERIFICATION_MAIL_MESSAGE = exports.PRODUCT_UPDATED_MESSAGE = exports.PRODUCT_CREATED_MESSAGE = exports.USER_UPDATED_MESSAGE = exports.USER_CREATED_MESSAGE = void 0;
exports.INSTRUCTOR_VEIRIFIED_MESSAGE = exports.USER_VEIRIFIED_MESSAGE = exports.INSTRUCTOR_APPLICATION_ACCEPTED_MESSAGE = exports.REQUEST_FORGOT_PASSWORD_MESSAGE = exports.SEND_VERIFICATION_MAIL_MESSAGE = exports.PRODUCT_UPDATED_MESSAGE = exports.PRODUCT_CREATED_MESSAGE = exports.USER_UPDATED_MESSAGE = exports.USER_CREATED_MESSAGE = void 0;
exports.USER_CREATED_MESSAGE = "userCreated";

@@ -12,1 +12,2 @@ exports.USER_UPDATED_MESSAGE = "userUpdated";

exports.USER_VEIRIFIED_MESSAGE = "userVerified";
exports.INSTRUCTOR_VEIRIFIED_MESSAGE = "instructorVerified";

@@ -10,2 +10,3 @@ export interface ISubscriber {

userVerified(data: any): Promise<void>;
instructorVerified(data: any): Promise<void>;
}
{
"name": "@zakaa/common",
"version": "1.1.0",
"version": "1.1.1",
"description": "zakaa project common packages",

@@ -5,0 +5,0 @@ "main": "./build/index.js",