🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

ocrservice

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocrservice - npm Package Compare versions

Comparing version

to
0.1.43

8

lib/classes/cwatcherclient.js

@@ -26,6 +26,6 @@ (function() {

this.filename = filename;
this.setBadPath = path.join(this.pathname, 'bad');
this.setGoodPath = path.join(this.pathname, 'good');
this.setNoAdressPath = path.join(this.pathname, 'noaddress');
this.setNoCodePath = path.join(this.pathname, 'nocode');
this.setBadPath(path.join(this.pathname, 'bad'));
this.setGoodPath(path.join(this.pathname, 'good'));
this.setNoAdressPath(path.join(this.pathname, 'noaddress'));
this.setNoCodePath(path.join(this.pathname, 'nocode'));
me = this;

@@ -32,0 +32,0 @@ this.db = new DB(variables.OCR_DB_NAME, variables.OCR_DB_USER, variables.OCR_DB_PASSWORD, variables.OCR_DB_HOST);

@@ -13,3 +13,3 @@ {

},
"version": "0.1.42",
"version": "0.1.43",
"engines": {

@@ -16,0 +16,0 @@ "node": ">=0.12.0"

Sorry, the diff of this file is not supported yet