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

@conscia/tika

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conscia/tika - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

jar/node-tika-1.20.jar

2

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

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

{
"name": "@conscia/tika",
"version": "1.10.0",
"version": "1.11.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.19.1](http://tika.apache.org/1.19.1/index.html).
1.20](http://tika.apache.org/1.20/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.19.1.jar');
java.classpath.push(__dirname + '/jar/node-tika-1.20.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc