
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
google-ranking
Advanced tools
A node.js module that fetches Google search results, or the Google search ranking for a phrase.
npm install google-ranking
Example use case: Measure your business's rankings for strategic keywords and plot them on a graph over time.
Example code: see example.js
Using this module might be a violation of Google's Terms of Service. I take no responsibility for the way you use it. Any violation of Google's TOS resulting from using this module is entirely the user's responsibility.
getGoogleRanking(searchPhrase, urlChecker, callback)
Finds where in the top 100 results a match is found. (Only gets as many as needed, doesn't get 100 if found earlier)
urlChecker
can be:
callback
gets `error, result where result contains: title, url, description, page, ranking; or false if not found.
getGoogleResults(searchPhrase, callback)
Gets the top 100 results for a search query, passes them as an array to callback.
FAQs
Fetch the Google search ranking for a phrase
The npm package google-ranking receives a total of 1 weekly downloads. As such, google-ranking popularity was classified as not popular.
We found that google-ranking demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.