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

@factorialco/gat

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factorialco/gat - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

10

dist/workflow.js

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

const kebabCase_1 = __importDefault(require("lodash/kebabCase"));
const lodash_1 = require("lodash");
const DEFAULT_RUNNERS = ["ubuntu-22.04"];

@@ -99,2 +100,11 @@ class Workflow {

noCompatMode: true,
replacer: (_, value) => {
if (typeof value === "string") {
if (value.startsWith("\n")) {
return (0, lodash_1.compact)(value.split("\n").map((str) => (0, lodash_1.trim)(str))).join("\n");
}
return value;
}
return value;
},
})}`;

@@ -101,0 +111,0 @@ console.log(compiled);

2

package.json
{
"name": "@factorialco/gat",
"version": "0.0.17",
"version": "0.0.18",
"description": "TODO",

@@ -5,0 +5,0 @@ "bin": {

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