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

@transcend-io/cli

Package Overview
Dependencies
Maintainers
7
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/cli - npm Package Compare versions

Comparing version 4.125.1 to 4.125.2

1

build/graphql/syncAgentFiles.js

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

agentIds: [],
// TODO: https://transcend.height.app/T-31994 - sync agents
};

@@ -31,0 +32,0 @@ const { createAgentFile } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.CREATE_AGENT_FILE, {

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

agentIds: [],
// TODO: https://transcend.height.app/T-31994 - owners and teams
};

@@ -28,0 +29,0 @@ const { createAgentFunction } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.CREATE_AGENT_FUNCTION, {

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

// TODO: https://transcend.height.app/T-32760 - agentFunction, agentFile
// TODO: https://transcend.height.app/T-31994 - owners and teams
};

@@ -32,0 +33,0 @@ const { createAgent } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.CREATE_AGENT, {

2

build/graphql/syncBusinessEntities.js

@@ -29,3 +29,3 @@ "use strict";

dataProtectionOfficerEmail: businessEntity.dataProtectionOfficerEmail,
// TODO: https://transcend.height.app/T-31994 - add attributes
// TODO: https://transcend.height.app/T-31994 - add attributes, teams, owners
};

@@ -32,0 +32,0 @@ const { createBusinessEntity } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.CREATE_BUSINESS_ENTITY, {

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

const gqls_1 = require("./gqls");
const syncRepositories_1 = require("./syncRepositories");
const CHUNK_SIZE = 100;

@@ -73,8 +72,2 @@ const LOOKUP_SPLIT_KEY = '%%%%';

.flat(), ({ name, codePackageType }) => `${name}${LOOKUP_SPLIT_KEY}${codePackageType}`), concurrency),
// ensure repositories are created
// TODO: https://transcend.height.app/T-32342 - handle this in createCodePackage
(0, syncRepositories_1.syncRepositories)(client, (0, uniqBy_1.default)(codePackages, 'repositoryName').map(({ repositoryName }) => ({
name: repositoryName,
url: `https://github.com/${repositoryName}`,
}))),
]);

@@ -81,0 +74,0 @@ const softwareDevelopmentKitLookup = (0, keyBy_1.default)(existingSoftwareDevelopmentKits, ({ name, codePackageType }) => `${name}${LOOKUP_SPLIT_KEY}${codePackageType}`);

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

const { createPrompt: { prompt }, } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.CREATE_PROMPT, {
// TODO: https://transcend.height.app/T-31994 - include models and groups, teams, users
input,

@@ -25,0 +26,0 @@ });

@@ -5,3 +5,3 @@ {

"description": "Small package containing useful typescript utilities.",
"version": "4.125.1",
"version": "4.125.2",
"homepage": "https://github.com/transcend-io/cli",

@@ -8,0 +8,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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