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.1.6 to 0.1.7

4

lib/newsquery.js

@@ -101,4 +101,4 @@ var Q = require('q');

if (error || response.statusCode != "200") {
console.log('Call to "'+url+'" failed with the error: "'+error+'"');
deferred.resolve(null);
//console.log('Call to "'+url+'" failed with the error: "'+error+'"');
deferred.resolve([]);
return deferred.promise;

@@ -105,0 +105,0 @@ }

@@ -9,3 +9,3 @@ {

"description": "The newsQuery NPM package provides a simple interface to BBC News Labs APIs",
"version": "0.1.6",
"version": "0.1.7",
"main": "./lib/newsquery.js",

@@ -12,0 +12,0 @@ "keywords": [

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