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

optiic

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optiic - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

6

dist/index.js

@@ -25,3 +25,3 @@ (function (root, factory) {

var SOURCE = 'library';
var VERSION = '0.0.7';
var VERSION = '0.0.8';

@@ -65,2 +65,6 @@ function Optiic(options) {

if (!This.options.apiKey || This.options.apiKey === 'api_test_key') {
console.warn('You are not using an Optiic API Key. Please get one at https://optiic.dev/signup');
}
options = options || {};

@@ -67,0 +71,0 @@ options.url = options.url || options.path || options.image || '';

2

package.json
{
"name": "optiic",
"version": "0.0.7",
"version": "0.0.8",
"description": "An advanced free OCR & image recognition API.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -81,3 +81,3 @@ <p align="center">

### .process(options)
### optiic.process(options)
Submit and image to process and return the text in the image.

@@ -84,0 +84,0 @@ #### options

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