UNPKG

proactive-deps

Version:

A library for managing proactive dependency checks in Node.js applications.

27 lines (26 loc) 1.92 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WARNING_STATUS_MESSAGE = exports.ERROR_STATUS_MESSAGE = exports.SUCCESS_STATUS_MESSAGE = exports.WARNING_STATUS_CODE = exports.ERROR_STATUS_CODE = exports.SUCCESS_STATUS_CODE = void 0; var constants_1 = require("./constants"); Object.defineProperty(exports, "SUCCESS_STATUS_CODE", { enumerable: true, get: function () { return constants_1.SUCCESS_STATUS_CODE; } }); Object.defineProperty(exports, "ERROR_STATUS_CODE", { enumerable: true, get: function () { return constants_1.ERROR_STATUS_CODE; } }); Object.defineProperty(exports, "WARNING_STATUS_CODE", { enumerable: true, get: function () { return constants_1.WARNING_STATUS_CODE; } }); Object.defineProperty(exports, "SUCCESS_STATUS_MESSAGE", { enumerable: true, get: function () { return constants_1.SUCCESS_STATUS_MESSAGE; } }); Object.defineProperty(exports, "ERROR_STATUS_MESSAGE", { enumerable: true, get: function () { return constants_1.ERROR_STATUS_MESSAGE; } }); Object.defineProperty(exports, "WARNING_STATUS_MESSAGE", { enumerable: true, get: function () { return constants_1.WARNING_STATUS_MESSAGE; } }); __exportStar(require("./types"), exports); __exportStar(require("./monitor"), exports);