New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

google-news-json

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-news-json - npm Package Compare versions

Comparing version 2.0.4 to 2.1.0

6

package.json
{
"name": "google-news-json",
"version": "2.0.4",
"version": "2.1.0",
"description": "Simple to use google news api",

@@ -20,4 +20,4 @@ "main": "lib/index.js",

"devDependencies": {
"eslint": "^7.17.0",
"mocha": "^8.2.1"
"eslint": "^8.10.0",
"mocha": "^9.2.1"
},

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

@@ -17,3 +17,3 @@ # Google News JSON API

googleNewsAPI.getNews(googleNewsAPI.SEACRH, "apple", "en-GB", (err, response) => {
googleNewsAPI.getNews(googleNewsAPI.SEARCH, "apple", "en-GB", (err, response) => {
console.log(response);

@@ -42,1 +42,4 @@ });

[tracker]: https://github.com/riftninja/google-news-api/issues
##### If you find this project helpful please<br/>
<a href="https://www.buymeacoffee.com/riftninja" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" ></a>
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