newsapi-wrapper
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -117,2 +117,7 @@ const request = require('request'); | ||
if (error) { | ||
reject(error); | ||
return; | ||
} | ||
let obj; | ||
@@ -119,0 +124,0 @@ try { |
{ | ||
"name": "newsapi-wrapper", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A wrapper around the News API (https://newsapi.org/) that exposes a Promise-like interface", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
137307
487