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

mft2hcm

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mft2hcm - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

11

mft2hcm.js

@@ -22,4 +22,11 @@ #!/usr/local/node/bin/node

"body": "",
"auth": { "user": "USERNAME", "pass": "PASSWORD" }
"auth": { "user": "USERNAME", "pass": "PASSWORD" },
"agentOptions": {
"ca": "hcmcert.cer",
"Connection": "Keep-Alive",
"securityOptions": "SSL_OP_NO_SSLv3"
}
}
}
}

@@ -35,3 +42,3 @@

console.trace('MFT2HCM Error: ' +err);
//process.exit(1);
process.exit(1);
} else {

@@ -38,0 +45,0 @@ //console.log('MFT2HCM Upload JCFG: ', jcfg);

2

package.json
{
"name": "mft2hcm",
"version": "1.0.2",
"version": "1.0.3",
"description": "NodeJS app to copy files from MFT flow to UCM and Oracle HCM",

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

@@ -111,2 +111,3 @@ # MFT2HCM

}
```

@@ -113,0 +114,0 @@ ## Config File Notes

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