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

lelamanul-player

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lelamanul-player - npm Package Compare versions

Comparing version 3.6.3-beta.0 to 3.6.3-beta.1

jdeploy-bundle/config_Player_https--____cloud-irm-dev-root-developer-edition.eu11.force.com__.ini

24

jdeploy-bundle/jdeploy.js

@@ -49,5 +49,5 @@ #! /usr/bin/env node

}
var jreDir = getJdeploySupportDir() + path.sep + 'node_modules' + path.sep + 'node-jre' + path.sep + 'jre';
try {

@@ -127,3 +127,3 @@ return jreDir + path.sep + getDirectories(jreDir)[0] + path.sep + _driver;

fail("Could not find embedded java at "+getEmbeddedJavaDir());
} else {

@@ -136,3 +136,3 @@ // Found the embedded version. Add it to the PATH

*/
}

@@ -156,14 +156,12 @@ //console.log("Java version is "+getJavaVersion());

process.stdin.on('readable', () => {
var chunk = process.stdin.read();
if (chunk === null) {
return;
process.stdin.on('readable', function() {
var chunk = null;
while (null !== (chunk = process.stdin.read())) {
try {
child.stdin.write(chunk);
} catch(e){}
}
try {
child.stdin.write(chunk);
} catch(e){}
});
child.on('close', function(code) {
process.exit(code);
});
});

@@ -10,3 +10,3 @@ {

"repository": "",
"version": "3.6.3-beta.0",
"version": "3.6.3-beta.1",
"jdeploy": {

@@ -13,0 +13,0 @@ "jar": "dist/DxcOmnichannelPlayer.jar",

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