Socket
Socket
Sign inDemoInstall

@workbench-stack/core

Package Overview
Dependencies
Maintainers
4
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workbench-stack/core - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

lib/interfaces/files.d.ts

1

lib/constants/constants.d.ts

@@ -5,2 +5,3 @@ export declare enum TaggedType {

KUBERNETES = "KUBERNETES",
MICROSERVICE = "MICROSERVICE",
}
export * from './constants';
export * from './interfaces';

82

lib/index.js

@@ -40,10 +40,30 @@ module.exports =

/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ }
/******/ };
/******/
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ __webpack_require__.t = function(value, mode) {
/******/ if(mode & 1) value = __webpack_require__(value);
/******/ if(mode & 8) return value;
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ return ns;
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules

@@ -64,8 +84,14 @@ /******/ __webpack_require__.n = function(module) {

/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 0);
/******/ return __webpack_require__(__webpack_require__.s = "./src/index.ts");
/******/ })
/************************************************************************/
/******/ ([
/* 0 */
/******/ ({
/***/ "./src/constants/constants.ts":
/*!************************************!*\
!*** ./src/constants/constants.ts ***!
\************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

@@ -75,11 +101,19 @@

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__(1));
var TaggedType;
(function (TaggedType) {
TaggedType["LOCAL"] = "LOCAL";
TaggedType["DOCKER"] = "DOCKER";
TaggedType["KUBERNETES"] = "KUBERNETES";
TaggedType["MICROSERVICE"] = "MICROSERVICE";
})(TaggedType = exports.TaggedType || (exports.TaggedType = {}));
/***/ }),
/* 1 */
/***/ "./src/constants/index.ts":
/*!********************************!*\
!*** ./src/constants/index.ts ***!
\********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

@@ -93,7 +127,12 @@

Object.defineProperty(exports, "__esModule", { value: true });
__export(__webpack_require__(2));
__export(__webpack_require__(/*! ./constants */ "./src/constants/constants.ts"));
/***/ }),
/* 2 */
/***/ "./src/index.ts":
/*!**********************!*\
!*** ./src/index.ts ***!
\**********************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

@@ -103,13 +142,12 @@

function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var TaggedType;
(function (TaggedType) {
TaggedType["LOCAL"] = "LOCAL";
TaggedType["DOCKER"] = "DOCKER";
TaggedType["KUBERNETES"] = "KUBERNETES";
})(TaggedType = exports.TaggedType || (exports.TaggedType = {}));
__export(__webpack_require__(/*! ./constants */ "./src/constants/index.ts"));
/***/ })
/******/ ]);
/******/ });
//# sourceMappingURL=index.js.map
{
"name": "@workbench-stack/core",
"version": "0.0.21",
"version": "0.0.22",
"description": "Workbench core for higher packages to depend on",

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

"devDependencies": {
"jest": "^21.1.0",
"jest": "^22.4.2",
"rimraf": "^2.6.1",
"webpack": "^3.7.1"
"webpack": "^4.7.0"
},

@@ -45,0 +45,0 @@ "typings": "lib/index.d.ts",

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