Socket
Socket
Sign inDemoInstall

google-sr

Package Overview
Dependencies
22
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

test.js

2

package.json
{
"name": "google-sr",
"version": "1.0.1",
"version": "1.0.2",
"description": "Yet another library to do google a search, easy and simple",

@@ -5,0 +5,0 @@ "repository": "typicalninja493/google-sr",

@@ -8,3 +8,6 @@ const querystring = require('querystring')

url = url.replace('/url?q=', '')
return url;
const queryResults = querystring.parse(url);
const key = Object.keys(queryResults)[0];
return key;
}

@@ -34,6 +37,7 @@

module.exports = {
parseUrl,
getDescription,
PrepareUrl
PrepareUrl,
}
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