Socket
Socket
Sign inDemoInstall

google-sr

Package Overview
Dependencies
26
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

4

package.json
{
"name": "google-sr",
"version": "3.2.0",
"version": "3.2.1",
"description": "Fast and efficient Package for scraping Google search results without the need for an API key",

@@ -33,3 +33,3 @@ "repository": "typicalninja/google-sr",

"tslib": "^2.6.1",
"google-sr-selectors": "^0.0.1"
"google-sr-selectors": "^0.0.2"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -8,2 +8,3 @@ # google-sr 🔍

[![npm version](https://img.shields.io/npm/v/google-sr)](https://www.npmjs.com/package/google-sr)
[![Discord](https://img.shields.io/discord/807868280387665970)](https://discord.gg/ynwckXS9T2)
[![CodeFactor](https://www.codefactor.io/repository/github/typicalninja/google-sr/badge)](https://www.codefactor.io/repository/github/typicalninja/google-sr)

@@ -14,4 +15,6 @@

> View documentation [here](https://typicalninja.github.io/google-sr/)
* View documentation [here](https://g-sr.vercel.app)
* Come chat with us on [our discord](https://discord.gg/ynwckXS9T2)
## Features ✨

@@ -21,6 +24,6 @@

* [Well tested 🔄](#tests)
* [Well documented 📚](https://typicalninja.github.io/google-sr/)
* [Well documented 📚](https://g-sr.vercel.app)
* TypeScript compatible 🧑‍💻
* No API key is needed 🔑
* [Wide variety of search result types supported 🌴](https://typicalninja.github.io/google-sr/types)
* [Wide variety of search result types supported 🌴](https://g-sr.vercel.app/google/sr/types)

@@ -61,9 +64,9 @@ ## Install 📦

* **Read about the returned types [here](https://typicalninja.github.io/google-sr/types)**
* **Read about the returned types [here](https://g-sr.vercel.app/google/sr/types)**
> By default only **ResultTypes.SearchResult** are returned, use the [filterResults](https://typicalninja.github.io/google-sr/advanced.html#filtering-result) option to configure it
* **More detailed examples & usage can be found [here](https://g-sr.vercel.app/google/sr/usage)**
> **More detailed examples & usage can be found [here](https://typicalninja.github.io/google-sr#usage)**
> By default only [`ResultTypes.SearchResult`](https://g-sr.vercel.app/google/sr/types#regular-search-results) are returned, use the [filterResults](https://g-sr.vercel.app/google/sr/usage#filtering-search-results) option to configure it
> Additional examples can be found in [tests](#tests)
* Additional examples can be found in [tests](#tests) and apps directory

@@ -81,5 +84,7 @@

## Related projects
## Related projects 🥂
* [google-that](https://github.com/typicalninja/google-sr/tree/master/packages/google-that) - CLI wrapper around google-sr
* [google-that](https://g-sr.vercel.app/google/that) - CLI wrapper around google-sr
* [google-sr-selectors](https://g-sr.vercel.app/google/selectors) - Selectors for google search results used by google-sr
# Tests

@@ -86,0 +91,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc