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.2.0 to 1.2.1

3

example.js

@@ -27,2 +27,3 @@

// Example entity searching
/*
calais.search("IBM", function(result, err) {

@@ -33,4 +34,4 @@ if (err)

});
*/
/*

@@ -37,0 +38,0 @@ //Example text entity tagging functionality.

@@ -326,2 +326,4 @@ var request = require('request');

} else if (response.statusCode === 200) {
if (!calaisData)
return cb({}, calais.errors);

@@ -397,2 +399,4 @@ // parse to a Javascript object if requested

} else if (response.statusCode === 200) {
if (!calaisData)
return cb({}, calais.errors);

@@ -453,2 +457,4 @@ // parse to a Javascript object if requested

} else if (response.statusCode === 200) {
if (!calaisData)
return cb({}, calais.errors);

@@ -494,2 +500,4 @@ // parse to a Javascript object if requested

} else if (response.statusCode === 200) {
if (!calaisData)
return cb({}, calais.errors);

@@ -496,0 +504,0 @@ // parse to a Javascript object if requested

{
"name": "calais-entity-extractor",
"version": "1.2.0",
"version": "1.2.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