Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
abstract-search
Advanced tools
[![NPM](https://nodei.co/npm/abstract-search.png)](https://nodei.co/npm/abstract-search/)
A search interface for requesting http pages from websites.
searcher = search([opts])
A search portal, for example CKAN, will have various instances deployed across the web.
uri
: the location. will be optional and default to the canonical deployment (e.g., figshare) or might be required depending on the type of search host.
version
: can be helpful if in case the search api has changed between versions.
timeout
: if supplied, the search is stopped after a particular amount of time.
stream = searcher.stream(query)
Returns a stream that emits results of a query.
A query
is an object to be interpreted by the consumer.
Specify fulltext
to do a simple fulltext search. For example,
var query = {
`fulltext`: 'this is my query'
}
stream.on('data')
Return search results as objects. Each emit of data should be an array of results.
searcher.url
String. A consumer should be able to access the url as a property.
searcher.version
String.
searcher.name
String.
searcher.auth(credentials)
The user should be able to define credentials that the searcher is uses for running queries.
FAQs
[![NPM](https://nodei.co/npm/abstract-search.png)](https://nodei.co/npm/abstract-search/)
The npm package abstract-search receives a total of 1 weekly downloads. As such, abstract-search popularity was classified as not popular.
We found that abstract-search 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.