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

asimov-deploy-ui

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asimov-deploy-ui - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

17

app/services/agent-api-client.js

@@ -69,13 +69,12 @@ /*******************************************************************************

}
else {
_.forEach(agents, function (agent) {
if (_.findWhere(distinctAgents, { name: agent.name }) === undefined) {
agent.group = '';
distinctAgents.push(agent);
}
});
agents = distinctAgents;
}
_.forEach(agents, function (agent) {
if (_.findWhere(distinctAgents, { name: agent.name }) === undefined) {
agent.group = '';
distinctAgents.push(agent);
}
});
agents = distinctAgents;
var url = _getUnitListUrl(filters);

@@ -82,0 +81,0 @@

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

"author": "Ebay Inc",
"version": "0.9.0",
"version": "0.9.1",
"homepage": "https://github.com/asimov-deploy/asimov-deploy",

@@ -8,0 +8,0 @@ "license": "Apache-2.0",

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