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.7.2 to 0.7.3

2

package.json

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

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

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

@@ -294,3 +294,3 @@ newsQuery

Tip: If you're looking for a great date handling library, check out moment
Tip: If you're looking for a great date handling library, check out 'moment'.

@@ -301,4 +301,4 @@ ``` javascript

newsQuery.getConceptOccurrencesOverTime("http://dbpedia.org/resource/Ukraine", "2014-05-24", "2014-05-28")
.then(function(articles) {
console.log(articles);
.then(function(occurrences) {
console.log(occurrences);
});

@@ -305,0 +305,0 @@ ```

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