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

@tosspayments/payment__types

Package Overview
Dependencies
Maintainers
45
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tosspayments/payment__types - npm Package Compare versions

Comparing version 1.66.2 to 1.66.3

2

package.json
{
"name": "@tosspayments/payment__types",
"description": "Toss Payments Payment SDK Types",
"version": "1.66.2",
"version": "1.66.3",
"types": "types/index.d.ts",

@@ -6,0 +6,0 @@ "author": "Toss Payments",

@@ -1,2 +0,2 @@

import { ValueOf } from 'type-fest';
import { ValueOf } from '@tosspayments/typings';
/**

@@ -3,0 +3,0 @@ * @see https://docs.tosspayments.com/reference/codes#%EC%9D%80%ED%96%89-%EC%BD%94%EB%93%9C

@@ -1,2 +0,2 @@

import { ValueOf } from 'type-fest';
import { ValueOf } from '@tosspayments/typings';
export declare const CardCompany: {

@@ -3,0 +3,0 @@ readonly ์‹ ํ•œ: "SHINHAN";

@@ -1,2 +0,2 @@

import { ValueOf } from 'type-fest';
import { ValueOf } from '@tosspayments/typings';
export declare const EasyPayMethod: {

@@ -3,0 +3,0 @@ readonly ํ† ์ŠคํŽ˜์ด: "TOSSPAY";

@@ -1,2 +0,2 @@

import { ValueOf } from 'type-fest';
import { ValueOf } from '@tosspayments/typings';
export declare const ErrorCode: {

@@ -3,0 +3,0 @@ readonly ์˜ฌ๋ฐ”๋ฅด์ง€_์•Š์€_ํŒŒ๋ผ๋ฏธํ„ฐ: "INVALID_PARAMETER";

import type { Bank, BankCode, CardCompany, CardCompanyCode, EasyPayProvider, EasyPayProviderCode, MobileCarrier } from '@tosspayments/sdk-constants';
import { ValueOf } from 'type-fest';
import { ValueOf } from '@tosspayments/typings';
export declare const PaymentMethod: {

@@ -52,2 +52,3 @@ readonly ์นด๋“œ: "CARD";

}>;
language?: 'KO' | 'EN' | 'JA' | 'ZH';
}

@@ -54,0 +55,0 @@ export interface DefaultCardPaymentRequest extends BaseCardPaymentRequest {

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