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.7-5 to 0.0.7-6

1

lib/constants/constants.d.ts

@@ -33,4 +33,5 @@ export declare const NATS_HEMERA_KUBE_GITSERVICE = "NATS_HEMERA_KUBE_GITSERVICE";

GET_AUTH_DATA = "GET_AUTH_DATA",
SAVE_USER = "SAVE_USER",
SAVE_USER_DATA = "SAVE_USER_DATA",
SAVE_GLOBAL_USER_DATA = "SAVE_GLOBAL_USER_DATA",
}

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

GitCommands["GET_AUTH_DATA"] = "GET_AUTH_DATA";
GitCommands["SAVE_USER"] = "SAVE_USER";
GitCommands["SAVE_USER_DATA"] = "SAVE_USER_DATA";

@@ -136,0 +137,0 @@ GitCommands["SAVE_GLOBAL_USER_DATA"] = "SAVE_GLOBAL_USER_DATA";

5

lib/interfaces/git-settings.d.ts

@@ -1,6 +0,7 @@

export interface IGitSettings {
import { IHemeraSettings } from '@common-stack/core';
export interface IGitSettings extends IHemeraSettings {
rootFilePath: string;
workspaceId?: string;
mongoUrl?: string;
gitSSHEnabled?: string;
gitSSHEnabled?: boolean;
gitSetupKnownHosts?: boolean;

@@ -7,0 +8,0 @@ gitSSHPrivateKeyPath?: string;

{
"name": "@git-stack/core",
"version": "0.0.7-5",
"version": "0.0.7-6",
"description": "Sample core for higher packages to depend on",

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

"devDependencies": {
"@git-stack/utils": "^0.0.7-5",
"@git-stack/utils": "^0.0.7-6",
"cross-env": "^5.1.3",

@@ -51,3 +51,3 @@ "jest": "^22.4.2",

"dependencies": {
"@git-stack/core": "^0.0.7-5"
"@git-stack/core": "^0.0.7-6"
},

@@ -54,0 +54,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