New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.0 to 0.4.1

2

package.json

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

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

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

@@ -89,3 +89,3 @@ newsQuery

var newsQuery = require('newsquery')(apiKey);
newsQuery.getConcept(http://dbpedia.org/resource/David_Cameron, 1)
newsQuery.getConcept("http://dbpedia.org/resource/David_Cameron", 1)
.then(function(concept) {

@@ -92,0 +92,0 @@ console.log(concept);

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