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

why-gitlab

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

why-gitlab - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

docs/automated-deployment/gitops-premium.en.md

2

package.json
{
"name": "why-gitlab",
"description": "Why GitLab? DevSecOps",
"version": "1.5.0",
"version": "1.6.0",
"author": "sink @sinkcup",

@@ -6,0 +6,0 @@ "main": "src/main.js",

@@ -202,5 +202,5 @@ /* eslint-disable no-console */

const solutionObjectiveMap = {
DevOps: ['code-quality', 'git-workflow', 'reduce-defects'],
DevSecOps: ['code-quality', 'git-workflow', 'reduce-defects', 'security'],
DevOps: ['automated-deployment', 'code-quality', 'git-workflow', 'reduce-defects'],
};
solutionObjectiveMap.DevSecOps = solutionObjectiveMap.DevOps.concat(['security']);
objectives = solutionObjectiveMap[argv.solution];

@@ -207,0 +207,0 @@ } else if (!yargChoiceIsEmpty(argv.objectives)) {

@@ -54,2 +54,3 @@ import os from 'os';

expect(whyGitlab.getObjectives()).toEqual([
{ path: 'automated-deployment', name: '提高部署效率', notice: '提高部署效率' },
{ path: 'code-quality', name: '提高代码质量', notice: '提高代码质量(如:书写规范、复杂度)' },

@@ -72,2 +73,8 @@ { path: 'git-workflow', name: '规范 Git 流程', notice: '规范 Git 流程(如:代码关联需求)' },

{
objective: { path: 'automated-deployment', name: '提高部署效率', notice: '提高部署效率' },
features: [
{ path: 'gitops-premium', name: 'GitOps' },
],
},
{
objective: { path: 'code-quality', name: '提高代码质量', notice: '提高代码质量(如:书写规范、复杂度)' },

@@ -74,0 +81,0 @@ features: [

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