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

ewdgateway2

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ewdgateway2 - npm Package Compare versions

Comparing version 0.0.33 to 0.33.1

15

examples/ewdStart-cache.js

@@ -1,6 +0,6 @@

var ewd = require('./ewdGateway2');
var ewd = require('../lib/ewdGateway2');
var params = {
poolSize: 3,
httpPort: 8081,
poolSize: 2,
httpPort: 8080,
https: {

@@ -20,3 +20,3 @@ enabled: false,

type: 'cache',
nodePath: "c:\\Program Files\\nodejs\\cache",
nodePath: "c:\\Program Files (x86)\\nodejs\\cache",
path:"c:\\InterSystems\\Cache\\Mgr",

@@ -26,10 +26,11 @@ username: "_SYSTEM",

namespace: "USER",
outputFilePath:"c:\\temp\\",
outputFilePath:"c:\\node\\",
},
childProcessPath: __dirname + '/ewdQWorker.js',
childProcessPath: '../lib/ewdQWorker.js',
traceLevel: 2,
silentStart: false,
webServerRootPath: 'c:\\Inetpub\\wwwroot',
webServerRootPath: 'c:\\node\\www',
logTo: 'console',
logFile: 'c:\\node\\ewdLog.txt',
logHTTP: false,
monitorInterval: 30000,

@@ -36,0 +37,0 @@ ewdQPath: './ewdQ',

{ "name" : "ewdgateway2"
, "description" : "Node.js-based EWD Gateway for Cache and GT.M"
, "version" : "0.0.33"
, "version" : "0.33.1"
, "author" : "Rob Tweed <rtweed@mgateway.com>"
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/robtweed/ewdGateway.git"
, "url" : "git://github.com/robtweed/ewdGateway2.git"
}
, "bugs" : { "web" : "http://github.com/robtweed/ewdGateway/issues" }
, "os" : [ "linux", "darwin" ]
, "bugs" : { "web" : "http://github.com/robtweed/ewdGateway2/issues" }
, "os" : [ "any" ]
, "directories" : { "lib" : "./lib/" }
, "main" : "./lib/ewdGateway"
, "main" : "./lib/ewdgateway2"
, "engines" : { "node" : ">=0.2.2" }

@@ -14,0 +14,0 @@ , "dependencies" : {}

@@ -16,4 +16,6 @@ # ewdGateway2

Copy the files from the lib directory of this repository into your working Node.js directory
npm install ewdgateway2
..or copy the files from the lib directory of this repository into your working Node.js directory
You must also install socket.io:

@@ -20,0 +22,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