Comparing version 0.8.4 to 0.8.5
@@ -42,3 +42,4 @@ /** | ||
return this.getUrl('http://triplestore.bbcnewslabs.co.uk/api/products') | ||
var url = this.semanticNewsApiHost+'/products?apikey='+encodeURIComponent(this.apiKey); | ||
return this.getUrl(url) | ||
.then(function(response) { | ||
@@ -45,0 +46,0 @@ if (!response['@graph']) |
@@ -9,3 +9,3 @@ { | ||
"description": "The newsQuery NPM package provides a simple interface to BBC News Labs APIs", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"main": "./lib/newsquery.js", | ||
@@ -12,0 +12,0 @@ "keywords": [ |
newsQuery | ||
========= | ||
**SERVICE OUTAGE 2014-09-05** | ||
The public facing BBC News Labs service that this API uses is currently unavalible. This is being investigated. | ||
Please note that this module will not work in the meantime. | ||
========= | ||
The newsQuery module provides easy-to-consume access to the BBC News Labs APIs. | ||
@@ -5,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
386
14
0
123977
14
4112