Socket
Socket
Sign inDemoInstall

tesseract-vue

Package Overview
Dependencies
22
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

7

lib/index.js
/**
* tesseract-vue v0.1.2
* tesseract-vue v0.1.3
* (c) 2018 Simon Kunz

@@ -19,3 +19,4 @@ * @license MIT

var vue = null,
tesseract = null;
tesseract = null,
optimizer = null;

@@ -33,3 +34,3 @@ var vueTesseract = {

var $tesseract = {
version: '0.1.2',
version: '0.1.3',
create: function create(paths) {

@@ -36,0 +37,0 @@ if ( paths === void 0 ) paths = {};

{
"name": "tesseract-vue",
"version": "0.1.2",
"version": "0.1.3",
"description": "Tesseract bindings for Vue.js",

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

(function() {
let vue = null,
tesseract = null;
tesseract = null,
optimizer = null;

@@ -5,0 +6,0 @@ let vueTesseract = {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc