New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cde-gateway

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cde-gateway - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

9

lib/actions/CredentialAction.js

@@ -497,4 +497,11 @@ var request = require('request');

for (var i = 0; i < arrayLength; i++) {
credentialJSON.result.hosts[i].host = ip;
var hostsObj = credentialJSON.result.hosts[i];
var originalIp = JSON.parse(JSON.stringify(hostsObj.host));
if (!hostsObj._host) {
hostsObj._host = originalIp;
}
hostsObj.host = ip;
}
return JSON.stringify(credentialJSON);

@@ -501,0 +508,0 @@ };

5

package.json
{
"name": "cde-gateway",
"version": "1.3.3",
"version": "1.3.4",
"description": "CDE Gateway",

@@ -23,4 +23,3 @@ "contributors": [

"moment": "2.10.3",
"node-dir": "0.1.8",
"terminator": "0.0.1"
"node-dir": "0.1.8"
},

@@ -27,0 +26,0 @@ "license": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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