New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 0.1.42 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

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