Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

number-of-search-results

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

number-of-search-results - npm Package Compare versions

Comparing version 1.0.0 to 1.0.3

3

lib/resultParser.js

@@ -9,2 +9,5 @@ "use strict";

regex = new RegExp("\\.", "g");
text = text.replace(regex, "");
regex = new RegExp(" ", "g");

@@ -11,0 +14,0 @@ text = text.replace(regex, "");

29

package.json
{
"name": "number-of-search-results",
"version": "1.0.0",
"version": "1.0.3",
"license": "MIT",
"description": "Small module for retrieving number of search results for a given query from different search engines.",
"author": "Alexi Rahman",
"contributors": [
"Alexi Rahman",
"David Vicente"
],
"dependencies": {
"cheerio": "^0.22.0",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"sanitize-html": "^1.14.1"
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sanitize-html": "^1.16.1"
},
"devDependencies": {
"assert": "^1.4.1",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"coffee-script": "^1.10.0",
"eslint": "^2.13.1",
"mocha": "^2.5.3",
"mocha-cakes-2": "^1.1.1",
"nock": "^9.0.13"
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coffee-script": "^1.12.7",
"eslint": "^4.12.1",
"mocha": "^4.0.1",
"mocha-cakes-2": "^2.1.0",
"nock": "^9.1.4"
},
"repository": {
"repository": {
"type": "git",

@@ -25,0 +28,0 @@ "url": "https://github.com/odynvolk/number-of-search-results.git"

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