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.1 to 1.3.2

4

lib/calais-entity-extractor.js

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

entity.companyFounded = p.CompanyFounded;
if (p.hasOwnProperty("CompanyTicker"))
entity.ticker = p.CompanyTicker;
if (resolution) {

@@ -104,2 +102,4 @@ if (resolution.hasOwnProperty("name"))

entity.commonname = resolution.commonname;
if (resolution.hasOwnProperty("ticker"))
entity.ticker = resolution.ticker;
}

@@ -106,0 +106,0 @@ } else if (entity.type == "City") {

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