Socket
Socket
Sign inDemoInstall

@git-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@git-stack/core - npm Package Compare versions

Comparing version 0.0.6-y.0 to 0.0.7-0

lib/constants/types.d.ts

4

lib/constants/constants.d.ts

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

export declare const NATS_HEMERA_KUBE_GITSERVICE = "NATS_HEMERA_KUBE_GITSERVICE";
export declare enum GitCommands {
FIND_GIT = "FIND_GIT",
OPEN_REPOSITORY = "OPEN_REPOSITORY",
GET_ROOT_PATH = "GET_ROOT_PATH",

@@ -31,2 +34,3 @@ SET_ROOT_PATH = "SET_ROOT_PATH",

SAVE_USER_DATA = "SAVE_USER_DATA",
SAVE_GLOBAL_USER_DATA = "SAVE_GLOBAL_USER_DATA",
}
export * from './constants';
export * from './types';
export * from './constants';
export * from './interfaces';

@@ -91,2 +91,3 @@ module.exports =

__export(__webpack_require__(2));
__export(__webpack_require__(3));

@@ -101,4 +102,7 @@

Object.defineProperty(exports, "__esModule", { value: true });
exports.NATS_HEMERA_KUBE_GITSERVICE = 'NATS_HEMERA_KUBE_GITSERVICE';
var GitCommands;
(function (GitCommands) {
GitCommands["FIND_GIT"] = "FIND_GIT";
GitCommands["OPEN_REPOSITORY"] = "OPEN_REPOSITORY";
GitCommands["GET_ROOT_PATH"] = "GET_ROOT_PATH";

@@ -133,7 +137,20 @@ GitCommands["SET_ROOT_PATH"] = "SET_ROOT_PATH";

GitCommands["SAVE_USER_DATA"] = "SAVE_USER_DATA";
GitCommands["SAVE_GLOBAL_USER_DATA"] = "SAVE_GLOBAL_USER_DATA";
})(GitCommands = exports.GitCommands || (exports.GitCommands = {}));
/***/ }),
/* 3 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TYPES = {
IGitSettings: Symbol('IGitSettings'),
};
/***/ })
/******/ ]);
//# sourceMappingURL=index.js.map

10

package.json
{
"name": "@git-stack/core",
"version": "0.0.6-y.0",
"version": "0.0.7-0",
"description": "Sample core for higher packages to depend on",

@@ -43,10 +43,10 @@ "main": "lib/index.js",

"devDependencies": {
"@git-stack/utils": "^0.0.6-y.0",
"@git-stack/utils": "^0.0.7-0",
"cross-env": "^5.1.3",
"jest": "^22.1.0",
"jest": "^22.4.2",
"rimraf": "^2.6.1",
"webpack": "^3.10.0"
"webpack": "^3.11.0"
},
"dependencies": {
"@git-stack/core": "^0.0.6-y.0"
"@git-stack/core": "^0.0.7-0"
},

@@ -53,0 +53,0 @@ "peerDependencies": {

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