Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@sp-api-sdk/catalog-items-api-2020-12-01
Advanced tools
The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog.
catalog-items-api-2020-12-01
The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog.
yarn add @sp-api-sdk/aplus-content-api-2020-11-01
npm install @sp-api-sdk/aplus-content-api-2020-11-01
import {SellingPartnerApiAuth} from '@sp-api-sdk/auth'
import {CatalogItemsApiClient} from '@sp-api-sdk/catalog-items-api-2020-12-01'
const auth = new SellingPartnerApiAuth({
clientId: '',
clientSecret: '',
refreshToken: '',
secretAccessKey: '',
accessKeyId: '',
region: '',
role: {
arn: '',
}
})
const client = new CatalogItemsApiClient({
auth,
region: 'eu' // or 'eu-west-1'
})
If you want to let the SDK retry after each 429 responses, instanciate the client like this:
const client = new CatalogItemsApiClient({
auth,
region: 'eu',
rateLimiting: {
retry: true,
onRetry: (retryInfo) => console.log(retryInfo) // Optional
}
})
The SDK gets the rate limits for each routes from the API documentation
See here
FAQs
The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, see the Catalog Items API Use Case Guide.
The npm package @sp-api-sdk/catalog-items-api-2020-12-01 receives a total of 116 weekly downloads. As such, @sp-api-sdk/catalog-items-api-2020-12-01 popularity was classified as not popular.
We found that @sp-api-sdk/catalog-items-api-2020-12-01 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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 found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.