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

@portone/browser-sdk

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portone/browser-sdk - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/v2/entity/bypass/issueBillingKey/InicisV2.d.ts

3

dist/v2.js

@@ -200,2 +200,3 @@ var _a;

TOSS_BANK: 'CARD_COMPANY_TOSS_BANK',
MIRAE_ASSET_SECURITIES: 'CARD_COMPANY_MIRAE_ASSET_SECURITIES',
};

@@ -745,2 +746,4 @@

TOSSPAY_V2: 'PG_PROVIDER_TOSSPAY_V2',
INICIS_V2: 'PG_PROVIDER_INICIS_V2',
KPN: 'PG_PROVIDER_KPN',
};

@@ -747,0 +750,0 @@

@@ -6,2 +6,3 @@ import { KakaopayPaymentBypass } from '../payment/Kakaopay.js';

import { TosspayV2IssueBillingKeyBypass } from './TosspayV2.js';
import { InicisV2IssueBillingKeyBypass } from './InicisV2.js';
export type IssueBillingKeyBypass = {

@@ -13,2 +14,3 @@ kakaopay?: KakaopayPaymentBypass;

tosspay_v2?: TosspayV2IssueBillingKeyBypass;
inicis_v2?: InicisV2IssueBillingKeyBypass;
};

@@ -10,2 +10,4 @@ import { TosspaymentsPaymentBypass } from './Tosspayments.js';

import { TosspayV2PaymentBypass } from './TosspayV2.js';
import { InicisV2Bypass } from './InicisV2.js';
import { KpnBypass } from './Kpn.js';
export type PaymentBypass = {

@@ -21,2 +23,4 @@ tosspayments?: TosspaymentsPaymentBypass;

tosspay_v2?: TosspayV2PaymentBypass;
inicis_v2?: InicisV2Bypass;
kpn?: KpnBypass;
};

@@ -24,3 +24,4 @@ export declare const CardCompany: {

readonly TOSS_BANK: "CARD_COMPANY_TOSS_BANK";
readonly MIRAE_ASSET_SECURITIES: "CARD_COMPANY_MIRAE_ASSET_SECURITIES";
};
export type CardCompany = typeof CardCompany[keyof typeof CardCompany];

@@ -45,3 +45,5 @@ export declare const PgProvider: {

readonly TOSSPAY_V2: "PG_PROVIDER_TOSSPAY_V2";
readonly INICIS_V2: "PG_PROVIDER_INICIS_V2";
readonly KPN: "PG_PROVIDER_KPN";
};
export type PgProvider = typeof PgProvider[keyof typeof PgProvider];

@@ -19,2 +19,3 @@ import { CapsToCamel } from '../utils.js';

customData?: Record<string, any>;
offerPeriod?: Entity.OfferPeriod;
appScheme?: string;

@@ -21,0 +22,0 @@ noticeUrls?: string[];

2

dist/v2/requestIssueBillingKeyAndPay.d.ts

@@ -9,2 +9,3 @@ import { CapsToCamel } from '../utils.js';

totalAmount: number;
currency: Entity.Currency;
channelKey?: string;

@@ -20,3 +21,2 @@ pgProvider?: Entity.PgProvider;

noticeUrls?: string[];
confirmUrl?: string;
locale?: Entity.Locale;

@@ -23,0 +23,0 @@ isCulturalExpense?: boolean;

{
"name": "@portone/browser-sdk",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"description": "PortOne SDK for browser",

@@ -6,0 +6,0 @@ "keywords": [

@@ -5,4 +5,4 @@ # PortOne NPM Browser SDK

>
> Browser SDK에서는 포트원 V2 베타 기능만 제공하고 있습니다.\
> [V2 연동 시작하기 > 사용 가능한 PG사](https://developers.portone.io/docs/ko/v2-payment/v2#%EC%82%AC%EC%9A%A9-%EA%B0%80%EB%8A%A5%ED%95%9C-pg%EC%82%AC)
> Browser SDK는 포트원 V2 모듈만을 지원합니다.\
> [V2 신모듈 소개](https://developers.portone.io/docs/ko/v2-payment/v2?v=v2)
> 문서를 참고해주세요.

@@ -20,2 +20,3 @@

pnpm i @portone/browser-sdk
bun add @portone/browser-sdk
```

@@ -25,5 +26,9 @@

[V2 연동하기 > 인증결제 연동하기](https://developers.portone.io/docs/ko/v2-payment/v2)
[V2 연동하기 > 인증 결제 연동하기](https://developers.portone.io/docs/ko/v2-payment/authpay?v=v2)
문서를 참고해주세요.
## Changelog
[JavaScript SDK 연동하기 > 버전별 Changelog](https://developers.portone.io/docs/ko/v2-payment/v2-sdk/changelog?v=v2) 문서를 참고해주세요.
## Support

@@ -30,0 +35,0 @@

Sorry, the diff of this file is not supported yet

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