
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.
match-products
Advanced tools
A command-line tool to match product barcodes to ASIN using Amazon Marketplace Web Services API
install globally using npm so that it may be run from the command line.
npm install -g match-products
create mwsconfig.json in your home directory
{
"merchantId": "<Your Merchant Id>",
"accessKeyId": "<Your AWS Access Key ID>",
"secretAccessKey": "<Your AWS Secret Key>",
"endpoint": "<Your Marketplace Endpoint>",
"marketplaceId": "<Your Default Marketplace Id>",
"dataService": {
"default": "localFileSystem",
"services": {
"localFileSystem": {
"path": "mws-requests",
"format": "json"
},
"s3": {
"bucketName": "<myBucket>",
"bucketRegion": "<myRegion>",
"objectPrefix": "mws-requests",
"objectStorageClass": "STANDARD | REDUCED_REDUNDANCY | STANDARD_IA"
}
}
}
}
create mpconfig.json in the working directory
{
"dataService": {
"default": "localFileSystem",
"services": [
{
"name": "localFileSystem",
"module": "data-service-local-fs",
"eventSourceFilePrefix": "matchresults/matchresults",
"eventSourceFileExt": "log",
"snapshotFilePrefix": "matchresults.snapshot",
"snapshotFileExt": "txt"
}
]
}
}
Usage: matchproducts [options] [file]
A command-line tool to match product barcodes to ASIN using Amazon Marketplace Web Services API
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose additional output
-c, --check validate barcode check digits and exit
-d, --dataservice-config <path> set dataservice config path. defaults to mpconfig.json
-m, --mws-credentials <path> set MWS credentials path. defaults to /home/user/mwsconfig.json
FAQs
A command-line tool to match product barcodes to ASIN using Amazon Marketplace Web Services API
The npm package match-products receives a total of 0 weekly downloads. As such, match-products popularity was classified as not popular.
We found that match-products 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.