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.9 to 0.0.10

10

dist/index.js

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

var SOURCE = 'library';
var VERSION = '0.0.9';
var VERSION = '0.0.10';

@@ -141,9 +141,9 @@ function Optiic(options) {

body.append('apiKey', This.options.apiKey);
body.append('source', SOURCE);
body.append('version', VERSION);
body.append('_source', SOURCE);
body.append('_version', VERSION);
} else {
headers['Content-Type'] = CONTENT_JSON;
body.apiKey = This.options.apiKey;
body.source = SOURCE;
body.version = VERSION;
body._source = SOURCE;
body._version = VERSION;
body = stringify(body);

@@ -150,0 +150,0 @@ }

{
"name": "optiic",
"version": "0.0.9",
"version": "0.0.10",
"description": "An advanced free OCR & image recognition API.",

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

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