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.56 to 0.1.57

2

lib/commands/cwatch.js

@@ -164,3 +164,3 @@ (function() {

name = (new Date()).getTime();
fs.rename(file, path.join(code, name + path.extname(filename)), function(err) {
fs.rename(filename, path.join(code, name + path.extname(filename)), function(err) {
return process.exit();

@@ -167,0 +167,0 @@ });

@@ -14,3 +14,3 @@ {

},
"version": "0.1.56",
"version": "0.1.57",
"engines": {

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

@@ -11,3 +11,3 @@ [

"OCR_TEXT_CANNY_THRESH_HIGH": 155,
"OCR_TEXT_NITERS": 180,
"OCR_TEXT_NITERS": 80,
"OCR_CROPPED_ROTATION": 0

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