Socket
Socket
Sign inDemoInstall

@transak/transak-sdk

Package Overview
Dependencies
48
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.12 to 1.0.13

1

dist/sdk.js

@@ -923,2 +923,3 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.TransakSDK = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){

if (configData.disableWalletAddressForm) partnerData.disableWalletAddressForm = configData.disableWalletAddressForm;
if (configData.cryptoCurrencyList) partnerData.cryptoCurrencyList = configData.cryptoCurrencyList.split(',');
queryString = (0, _generalUtil.UrlEncode)(partnerData); // }

@@ -925,0 +926,0 @@ } catch (e) {

2

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

@@ -5,0 +5,0 @@ "main": "dist/sdk.js",

# 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.

@@ -46,2 +45,2 @@ ### Installation

For in-depth instructions on integrating Transak, view [our complete documentation.](https://transak.com/integrate)
For in-depth instructions on integrating Transak, view [our complete documentation.](https://transak.com/integrate)

@@ -113,2 +113,3 @@ import events from 'events';

if (configData.disableWalletAddressForm) partnerData.disableWalletAddressForm = configData.disableWalletAddressForm;
if (configData.cryptoCurrencyList) partnerData.cryptoCurrencyList = configData.cryptoCurrencyList.split(',');
queryString = UrlEncode(partnerData);

@@ -115,0 +116,0 @@ // }

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc