Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@coinbase/cbpay-js

Package Overview
Dependencies
Maintainers
12
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinbase/cbpay-js - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Changelog

## [2.2.1] - 2024-08-01
- Added `redirectUrl` widget parameter
## [2.2.0] - 2024-06-11

@@ -7,0 +10,0 @@ - Added new `addresses` and `assets` initialization parameters to simplify `destinationWallets`

5

dist/index.d.ts

@@ -72,3 +72,3 @@ type DestinationWallet = {

* The values in this list can either be asset symbols like BTC, ETH, or asset UUIDs that you can get from the Buy
* Options API {@link https://docs-cdp-onramp-preview.cbhq.net/onramp/docs/api-configurations/#buy-options}.
* Options API {@link https://docs.cdp.coinbase.com/onramp/docs/api-configurations/#buy-options}.
*/

@@ -91,2 +91,5 @@ assets?: string[];

partnerUserId?: string;
/** A URL that the user will be automatically redirected to after a successful buy/send. The domain must match a domain
* on the domain allowlist in Coinbase Developer Platform (https://portal.cdp.coinbase.com/products/onramp). */
redirectUrl?: string;
};

@@ -93,0 +96,0 @@ type OnRampAggregatorAppParams = {

{
"name": "@coinbase/cbpay-js",
"repository": "https://github.com/coinbase/cbpay-js",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",

@@ -36,2 +36,3 @@ "main": "dist/index.js",

"devDependencies": {
"@babel/core": "^7.0.0",
"@swc/core": "^1.2.237",

@@ -45,3 +46,2 @@ "@types/chrome": "0.0.168",

"babel-jest": "^27.5.1",
"@babel/core": "^7.0.0",
"eslint": "^6.8.0",

@@ -55,5 +55,5 @@ "eslint-config-prettier": "^8.4.0",

"ts-jest": "^27.1.3",
"tslint": "^6.0.0",
"tsup": "^6.2.2",
"typescript": "^4.4.4",
"tslint": "^6.0.0"
"typescript": "^4.4.4"
},

@@ -60,0 +60,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc