@useparagon/cli
Advanced tools
@@ -13,2 +13,5 @@ "use strict"; | ||
const generateIntegrationFiles = async (integrationName, integrationOutput, projectDependencies, projectRoot) => { | ||
if (integrationName === 'undefined') { | ||
integrationName = 'custom.'; | ||
} | ||
const { eventIdToNameMap, secrets } = projectDependencies; | ||
@@ -15,0 +18,0 @@ const integrationPath = path_1.default.join(projectRoot, 'integrations', integrationName); |
@@ -13,2 +13,5 @@ "use strict"; | ||
const sanitizeString = (value) => { | ||
if (!value) { | ||
return `''`; | ||
} | ||
const trimmedValue = value.trim(); | ||
@@ -15,0 +18,0 @@ const containDoubleQuotes = trimmedValue.includes('"'); |
{ | ||
"name": "@useparagon/cli", | ||
"version": "0.0.1-canary.30", | ||
"version": "0.0.1-canary.31", | ||
"description": "CLI for WaC (Workflows as Code)", | ||
@@ -35,3 +35,3 @@ "repository": "https://github.com/useparagon/paragraph", | ||
"uuid": "^9.0.0", | ||
"@useparagon/core": "0.0.1-canary.30" | ||
"@useparagon/core": "0.0.1-canary.31" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
266384
0.1%3829
0.16%1
Infinity%