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

calais-entity-extractor

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calais-entity-extractor - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

lib/calais-entity-extractor.js

@@ -190,2 +190,5 @@ var request = require('request');

//Limts to just under 100kb....
html = html.substring(0, 95000);
//We can upload the html directly to Calais if we set the contentType as text/html

@@ -237,2 +240,2 @@ var params = {

exports.Calais = Calais;
exports.Calais = Calais;

2

package.json
{
"name": "calais-entity-extractor",
"version": "1.1.0",
"version": "1.1.1",
"description": "Extract entities from text using Open Calais.",

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

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