Socket
Socket
Sign inDemoInstall

@workbench-stack/core

Package Overview
Dependencies
Maintainers
1
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.17 to 0.0.18

lib/constants/constants.d.ts

38

lib/index.js

@@ -69,8 +69,44 @@ module.exports =

/* 0 */
/***/ (function(module, exports) {
/***/ (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__(1));
/***/ }),
/* 1 */
/***/ (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__(2));
/***/ }),
/* 2 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var TaggedType;
(function (TaggedType) {
TaggedType["LOCAL"] = "LOCAL";
TaggedType["DOCKER"] = "DOCKER";
TaggedType["KUBERNETES"] = "KUBERNETES";
TaggedType["MICROSERVICE"] = "MICROSERVICE";
})(TaggedType = exports.TaggedType || (exports.TaggedType = {}));
/***/ })
/******/ ]);
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@workbench-stack/core",
"version": "0.0.17",
"version": "0.0.18",
"description": "Workbench core for higher packages to depend on",

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

"devDependencies": {
"jest": "^21.1.0",
"jest": "^22.1.0",
"rimraf": "^2.6.1",
"webpack": "^3.7.1"
"webpack": "^3.10.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