Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/pbnjay/anydata
Go toolkit for handling "any" type of data and source which can be turned into a record/field structure. This is a fairly important component to any data warehouse and/or integration project. Although my specialty is bioinformatics and many of my examples are based in it, these tools are general enough to be used in many domains.
Documentation and examples at: http://godoc.org/github.com/pbnjay/anydata
Fetchers are used to retrieve data from a remote (or local) data source.
Appropriate Fetcher instances are automatically returned by GetFetcher
based
on a provided URL string.
HttpFetcher
- A Fetcher for both http:// and https:// URLs.
Downloaded files are automatically stored in the cache to save time/bandwidth. Supports HTTP Basic Auth within the URL.
FtpFetcher
- A Fetcher for ftp:// URLs.
Downloaded files are automatically stored in the cache to save time/bandwidth. Uses anonymous authentication by default, or embedded username/password in URL.
LocalFetcher
- A local file Fetcher, which detects bare paths and file:// URLs
Wrappers are used to transparently decompress and/or extract files. They are
automatically applied to Fetchers returned by GetFetcher
based on the URL
string provided.
TarballWrapper
- A Wrapper for extracting files within (optionally compressed) .tar archives.
It will recognize files ending in any the following suffixes: .tar .tar.gz .tgz .tar.bz2 .tbz2 .tar.bzip2
ZipWrapper
- A Wrapper for extracting files within .zip archives.
BzWrapper
- A decompression wrapper for bzip2'd files.
GzWrapper
- A decompression wrapper for gzip'd files.
FAQs
Unknown package
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.