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.
coinbase-commerce
Advanced tools
Node.js library for commerce.coinbase.com
Create a Commerce client:
const { CoinbaseCommerce } = require('coinbase-commerce')
let client = new CoinbaseCommerce({
apiKey: '1234abcd-1234-abcd-1234-abcd1234abcd',
version: '2018-03-22' // optional
})
let results = await client.charges.list()
let result = await client.charges.get('66BEOV2A')
let result = await client.charges.create(options)
let result = await client.charges.request('post', '/resolve')
let results = await client.checkouts.list()
let result = await client.checkouts.get('1234abcd-1234-abcd-1234-abcd1234abcd')
let result = await client.checkouts.create({})
let result = await client.checkouts.update('1234abcd-1234-abcd-1234-abcd1234abcd', updates)
let result = await client.checkouts.delete('1234abcd-1234-abcd-1234-abcd1234abcd')
let results = await client.events.list()
let result = await client.events.get('66BEOV2A')
// `body` can be a String, Buffer or Object
let isVerified = client.verifyWebhookSignature(signature, body, sharedSecret)
request
option to all resourcesFAQs
Node library for commerce.coinbase.com
The npm package coinbase-commerce receives a total of 29 weekly downloads. As such, coinbase-commerce popularity was classified as not popular.
We found that coinbase-commerce 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 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.