Socket
Socket
Sign inDemoInstall

cdrake-se

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdrake-se - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

Engines/Google.js

@@ -26,3 +26,3 @@ /***

this.Query = Query;
this.Page = Page;
this.Page = Page;
this.Language = Language;

@@ -50,4 +50,4 @@ this.Type = '';

const Buffer = { Links: [], Titles: [], Descriptions: [] };
$('.yuRUbf > a').each((Index, Element) => Buffer.Links[Index] = $(Element).attr('href'));
$('.yuRUbf > a > h3').each((Index, Element) => Buffer.Titles[Index] = $(Element).text());
$('.yuRUbf a').each((Index, Element) => Buffer.Links[Index] = $(Element).attr('href'));
$('.yuRUbf h3').each((Index, Element) => Buffer.Titles[Index] = $(Element).text());
$('.VwiC3b').each((Index, Element) => Buffer.Descriptions[Index] = $(Element).text().trim());

@@ -54,0 +54,0 @@ return {

{
"name": "cdrake-se",
"version": "1.0.7",
"version": "1.0.8",
"description": "A library that will make your life easier when you want to search the internet, not pay APIs, search from your computer for free!",

@@ -5,0 +5,0 @@ "author": "Rodolfo Herrera Hernandez @codewithrodi",

# CDrake-SE
<a href="https://ko-fi.com/codewithrodi">
<img align="left" src="https://cdn.ko-fi.com/cdn/kofi3.png?v=3" height="50" width="200" alt="Donate - Contribute" />
</a>
<br /> <br />
##### A library that will make your life easier when you want to search the internet, not pay APIs, search from your computer for free!

@@ -3,0 +8,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