
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
find-reachable-urls
Advanced tools
Passes back all URLs which respond with status code 200.
npm install find-reachable-urls --save
const findReachableUrls = require('find-reachable-urls')
const urls = [
'https://google.com', // 200
'https://github.com/nonexistent-url', // 404
'https://github.com/OctoLinker/chrome-extension', // 301
]
findReachableUrls(urls)
.then(function(result) {
console.log(result)
// ['https://google.com', 'https://github.com/OctoLinker/chrome-extension']
})
.catch(function(err) {
// handle error
})
Returns a Promise with all reachable urls.
Type: string
, array
The URL(s) to check.
Type: object
Type: boolean
Default: false
If true
it returns the first reachable url and stops any further requests. If none of the urls is reachable it returns undefined
.
npm install
npm test
MIT
FAQs
Passes back all URLs which respond with status code 200.
We found that find-reachable-urls 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.