number-of-search-results
Advanced tools
Comparing version 1.0.0 to 1.0.3
@@ -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, ""); |
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5083
74
Updatedrequest@^2.83.0
Updatedrequest-promise@^4.2.2
Updatedsanitize-html@^1.16.1