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

@tosspayments/brandpay-sdk

Package Overview
Dependencies
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tosspayments/brandpay-sdk - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.4](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/brandpay-sdk@1.0.3...@tosspayments/brandpay-sdk@1.0.4) (2022-04-06)
### Bug Fixes
* **brandpay-sdk:** correct wrong namespace text ([#14](https://github.com/tosspayments/browser-sdk/issues/14)) ([f5ec65d](https://github.com/tosspayments/browser-sdk/commit/f5ec65dad50fdde1491b8ce6a3cafca22bdede29))
## 1.0.3 (2022-03-31)

@@ -8,0 +19,0 @@

2

dist/index.cjs.js

@@ -51,3 +51,3 @@ 'use strict';

return loadScript(src, 'BrandPAy').then(function (BrandPay) {
return loadScript(src, 'BrandPay').then(function (BrandPay) {
return BrandPay(clientKey, customerKey, options);

@@ -54,0 +54,0 @@ });

@@ -47,3 +47,3 @@ var cachedPromise;

return loadScript(src, 'BrandPAy').then(function (BrandPay) {
return loadScript(src, 'BrandPay').then(function (BrandPay) {
return BrandPay(clientKey, customerKey, options);

@@ -50,0 +50,0 @@ });

{
"name": "@tosspayments/brandpay-sdk",
"description": "TossPayments.js Brand Pay SDK",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.cjs.js",

@@ -43,3 +43,3 @@ "module": "dist/index.esm.js",

},
"gitHead": "ac84ed80463b232f98fbf7b260fcf9782f9f38bd"
"gitHead": "7f953ffdd526532337a04f1489e93ad89c65ddd9"
}
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