New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fountainhead/branch-officer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fountainhead/branch-officer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

dist/index.js

@@ -22,2 +22,3 @@ "use strict";

const env = __importStar(require("env-var"));
const untildify_1 = __importDefault(require("untildify"));
const yargs_1 = __importDefault(require("yargs"));

@@ -59,3 +60,3 @@ const helmfileReleaseEnumerator_1 = require("./helmfileReleaseEnumerator");

const helmfile = {
file: args.file
file: untildify_1.default(args.file)
};

@@ -76,3 +77,3 @@ const main = () => __awaiter(this, void 0, void 0, function* () {

yield helmfileUpdater_1.apply({
file: args.file,
file: untildify_1.default(args.file),
tasks

@@ -79,0 +80,0 @@ }) :

4

package.json
{
"name": "@fountainhead/branch-officer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Automates the deployment of GitHub Pull Requests as Preview Environments using Helm and Helmfile",

@@ -40,2 +40,3 @@ "main": "dist/index.js",

"@types/ramda": "^0.25.37",
"@types/untildify": "^3.0.0",
"@types/yargs": "^11.1.1",

@@ -62,2 +63,3 @@ "commitlint": "^7.1.2",

"ramda": "^0.25.0",
"untildify": "^3.0.3",
"yargs": "^12.0.1"

@@ -64,0 +66,0 @@ },

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