Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

newsquery

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newsquery - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

3

lib/newsquery.js

@@ -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

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