calais-entity-extractor
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35890