Socket
Socket
Sign inDemoInstall

@conscia/tika

Package Overview
Dependencies
20
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.1 to 1.14.0

jar/node-tika-1.22.jar

2

npm-shrinkwrap.json
{
"name": "@conscia/tika",
"version": "1.13.1",
"version": "1.14.0",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "@conscia/tika",
"version": "1.13.1",
"version": "1.14.0",
"description": "Apache Tika bridge. Text extraction, metadata extraction, mimetype detection and language detection.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -5,3 +5,3 @@ # node-tika #

detection. All via a native Java bridge with the Apache Tika content-analysis toolkit. Bundles [Tika
1.21](http://tika.apache.org/1.21/index.html).
1.22](http://tika.apache.org/1.22/index.html).

@@ -8,0 +8,0 @@ [![Build Status](https://semaphoreci.com/api/v1/conscia/node-tika/branches/master/badge.svg)](https://semaphoreci.com/conscia/node-tika)

@@ -14,3 +14,3 @@ /**

java.classpath.push(__dirname + '/jar/node-tika-1.21.jar');
java.classpath.push(__dirname + '/jar/node-tika-1.22.jar');
java.options.push('-Djava.awt.headless=true');

@@ -17,0 +17,0 @@ java.options.push('-Xrs');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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