🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More

@useparagon/cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useparagon/cli - npm Package Compare versions

Comparing version

to
0.0.1-canary.31

@@ -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