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

@transak/transak-sdk

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transak/transak-sdk - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

14

package.json
{
"name": "@transak/transak-sdk",
"version": "1.0.3",
"version": "1.0.4",
"description": "Transak SDK that allows you to easily integrate the fiat on/ramp",

@@ -30,3 +30,15 @@ "main": "dist/sdk.js",

"esmify": "^2.1.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

6

README.md
# Transak SDK
[![Build](https://travis-ci.org/joemccann/dillinger.svg)]()
A JavaScript library for decentralised applications to onboard their global user base with fiat currency.
A JavaScript library for decentralised applications to onboard their global user base with fiat currency.
### Installation

@@ -19,4 +19,4 @@ To use the Transak widget with your React application, you will need to use `[@transak/transak-sdk](https://www.npmjs.com/package/@transak/transak-sdk)` (Transak’s JavaScript SDK).

let transak = new transakSDK({
apiKey: '', // Your API Key
environment: 'PRODUCTION', // STAGING/PRODUCTION
apiKey: '4fcd6904-706b-4aff-bd9d-77422813bbb7', // Your API Key
environment: 'STAGING', // STAGING/PRODUCTION
defaultCryptoCurrency: 'ETH',

@@ -23,0 +23,0 @@ walletAddress: '', // Your customer's wallet address

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