Socket
Socket
Sign inDemoInstall

@common-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/core - npm Package Compare versions

Comparing version 0.5.29 to 0.5.30

18

lib/constants/index.js

@@ -1,18 +0,2 @@

"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 });
__exportStar(require("./types"), exports);
export * from './types';
//# sourceMappingURL=index.js.map

11

lib/constants/types.js

@@ -1,5 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ElectronTypes = exports.ClientTypes = exports.TaggedType = exports.CommonType = void 0;
exports.CommonType = {
export const CommonType = {
LOGGER: 'LOGGER',

@@ -11,6 +8,6 @@ ENVIRONMENT: 'ENVIRONMENT',

};
exports.TaggedType = {
export const TaggedType = {
MICROSERVICE: 'MICROSERVICE',
};
exports.ClientTypes = {
export const ClientTypes = {
// common types

@@ -23,3 +20,3 @@ Logger: Symbol.for('Logger'),

};
exports.ElectronTypes = {
export const ElectronTypes = {
MainWindow: Symbol.for('MainWindow'),

@@ -26,0 +23,0 @@ AboutWindow: Symbol.for('AboutWindow'),

@@ -1,5 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildEnv = void 0;
const envalid = require("envalid");
import * as envalid from 'envalid';
function buildEnv(environment, specs, options) {

@@ -20,3 +17,3 @@ const envalidConfig = Object.keys(specs).reduce((prev, key) => {

}
exports.buildEnv = buildEnv;
export { buildEnv };
//# sourceMappingURL=envalid.js.map

@@ -1,5 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FieldError = void 0;
class FieldError {
export class FieldError {
constructor() {

@@ -26,3 +23,2 @@ this.errors = {};

}
exports.FieldError = FieldError;
//# sourceMappingURL=field-error.js.map

@@ -1,20 +0,4 @@

"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 });
__exportStar(require("./field-error"), exports);
__exportStar(require("./interfaces"), exports);
__exportStar(require("./constants"), exports);
export * from './field-error';
export * from './interfaces';
export * from './constants';
//# sourceMappingURL=index.js.map

@@ -1,3 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
//# sourceMappingURL=common-settings.js.map

@@ -1,18 +0,2 @@

"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 });
__exportStar(require("./common-settings"), exports);
export * from './common-settings';
//# sourceMappingURL=index.js.map
{
"name": "@common-stack/core",
"version": "0.5.29",
"version": "0.5.30",
"description": "Common core for higher packages to depend on",

@@ -8,2 +8,3 @@ "license": "ISC",

"main": "lib/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",

@@ -28,3 +29,3 @@ "scripts": {

},
"gitHead": "4463f38cbb94646a5f8ee74a00f8158e9d36a854"
"gitHead": "c2fc2f15a6db55fb54037469906f2390bba18e92"
}

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

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