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

@common-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
233
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.0.14-25 to 0.0.14-26

lib/constants/index.d.ts

4

lib/index.d.ts
export * from './field-error';
export * from './interfaces';
export declare enum TaggedType {
MICROSERVICE = "MICROSERVICE",
}
export * from './constants';

@@ -78,6 +78,3 @@ module.exports =

__export(__webpack_require__(1));
var TaggedType;
(function (TaggedType) {
TaggedType["MICROSERVICE"] = "MICROSERVICE";
})(TaggedType = exports.TaggedType || (exports.TaggedType = {}));
__export(__webpack_require__(2));

@@ -117,4 +114,36 @@

/***/ }),
/* 2 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(__webpack_require__(3));
/***/ }),
/* 3 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var CommonType;
(function (CommonType) {
CommonType["LOGGER"] = "LOGGER";
CommonType["ENVIRONMENT"] = "ENVIRONMENT";
CommonType["HEMERA"] = "HEMERA";
})(CommonType = exports.CommonType || (exports.CommonType = {}));
var TaggedType;
(function (TaggedType) {
TaggedType["MICROSERVICE"] = "MICROSERVICE";
})(TaggedType = exports.TaggedType || (exports.TaggedType = {}));
/***/ })
/******/ ]);
//# sourceMappingURL=index.js.map

@@ -1,1 +0,1 @@

export * from './hemera-settings';
export * from './common-settings';
{
"name": "@common-stack/core",
"version": "0.0.14-25",
"version": "0.0.14-26",
"description": "Sample core for higher packages to depend on",

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

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