New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.14 to 0.0.15

12

dist/index.js

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

var SOURCE = 'library';
var VERSION = '0.0.14';
var VERSION = '0.0.15';

@@ -158,2 +158,3 @@ function Optiic(options) {

body.append('_version', VERSION);
body.append('_referrer', getLocation());
} else {

@@ -164,2 +165,3 @@ headers['Content-Type'] = CONTENT_JSON;

body._version = VERSION;
body._referrer = getLocation();
body = stringify(body);

@@ -210,2 +212,10 @@ }

function getLocation() {
try {
return window.location.href;
} catch (e) {
return null;
}
}
function stringify(data) {

@@ -212,0 +222,0 @@ try {

2

package.json
{
"name": "optiic",
"version": "0.0.14",
"version": "0.0.15",
"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