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

@codefresh-io/authenticated-entity

Package Overview
Dependencies
Maintainers
12
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codefresh-io/authenticated-entity - npm Package Compare versions

Comparing version 2.15.0 to 2.16.0

11

lib/ArgoRuntime.js

@@ -27,3 +27,10 @@ const _ = require('lodash');

data.account = Entity.extractAccountData(data.account, undefined, true);
const gitProvider = _.get(data, 'account.csdp.gitProvider');
const gitApiUrl = _.get(data, 'account.csdp.gitApiUrl');
data.account = {
...Entity.extractAccountData(data.account, undefined, true),
...(gitProvider && { gitProvider }),
...(gitApiUrl && { gitApiUrl }),
};
data.name = name;

@@ -33,3 +40,3 @@

type: Types.ARGO_RUNTIME,
...data
...data,
});

@@ -36,0 +43,0 @@ }

2

package.json
{
"name": "@codefresh-io/authenticated-entity",
"version": "2.15.0",
"version": "2.16.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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