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.3.3 to 1.3.4

3

lib/calais-entity-extractor.js

@@ -373,6 +373,5 @@ var request = require('request');

return cb(parsedResult, calais.errors);
} catch {
} catch(e) {
return cb({}, e);
}
} else

@@ -379,0 +378,0 @@ return cb({}, 'Request error: ' + (typeof response === 'string' ? response : JSON.stringify(response)));

{
"name": "calais-entity-extractor",
"version": "1.3.3",
"version": "1.3.4",
"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