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

gsearch-node

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gsearch-node - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

gsearch-node.js

@@ -74,7 +74,8 @@ (function (module, require) {

var $ = googleCaptchaResp.parsed
var $$ = whacko.load($("noscript").text())
var q = $('input[name=q]').attr('value')
var captchaId = $('input[name=id]').attr('value')
var captchaId = $$("img").attr("src").match(/\?id=(.*?)\&/)[1]
var continueUrl = $('input[name=continue]').attr('value')
var formAction = $('form').attr('action')
var imgURL = URL.resolve("https://ipv4.google.com", $('img').attr('src'))
var imgURL = URL.resolve("https://ipv4.google.com", $$("img").attr("src"))

@@ -81,0 +82,0 @@ // Getting captcha image

2

package.json
{
"name": "gsearch-node",
"version": "0.0.3",
"version": "0.0.4",
"description": "API for making google search requests with captcha support",

@@ -5,0 +5,0 @@ "main": "gsearch-node.js",

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