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

@tosspayments/sdk-constants

Package Overview
Dependencies
Maintainers
27
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tosspayments/sdk-constants - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

dist/EasyPayProvider.d.ts
import { ValueOf } from 'type-fest';
export declare const EasyPayProvider: {
readonly 토스페이: "TOSSPAY";
readonly 네이버페이: "NAVERPAY";
readonly 삼성페이: "SAMSUNGPAY";
readonly 엘페이: "LPAY";
readonly 카카오페이: "KAKAOPAY";
readonly 페이코: "PAYCO";
readonly 삼성페이: "SAMSUNGPAY";
readonly 토스페이: "TOSSPAY";
readonly LG페이: "LGPAY";
readonly SSG페이: "SSG";
};
export declare type EasyPayProvider = keyof typeof EasyPayProvider;
export declare type EasyPayProviderCode = ValueOf<typeof EasyPayProvider>;

@@ -5,7 +5,11 @@ "use strict";

exports.EasyPayProvider = {
토스페이: `TOSSPAY`,
네이버페이: `NAVERPAY`,
삼성페이: `SAMSUNGPAY`,
엘페이: `LPAY`,
카카오페이: `KAKAOPAY`,
페이코: `PAYCO`,
삼성페이: `SAMSUNGPAY`,
토스페이: `TOSSPAY`,
LG페이: `LGPAY`,
SSG페이: `SSG`,
};
//# sourceMappingURL=EasyPayProvider.js.map
import { ValueOf } from 'type-fest';
export declare const EasyPayProvider: {
readonly 토스페이: "TOSSPAY";
readonly 네이버페이: "NAVERPAY";
readonly 삼성페이: "SAMSUNGPAY";
readonly 엘페이: "LPAY";
readonly 카카오페이: "KAKAOPAY";
readonly 페이코: "PAYCO";
readonly 삼성페이: "SAMSUNGPAY";
readonly 토스페이: "TOSSPAY";
readonly LG페이: "LGPAY";
readonly SSG페이: "SSG";
};
export declare type EasyPayProvider = keyof typeof EasyPayProvider;
export declare type EasyPayProviderCode = ValueOf<typeof EasyPayProvider>;
export const EasyPayProvider = {
토스페이: `TOSSPAY`,
네이버페이: `NAVERPAY`,
삼성페이: `SAMSUNGPAY`,
엘페이: `LPAY`,
카카오페이: `KAKAOPAY`,
페이코: `PAYCO`,
삼성페이: `SAMSUNGPAY`,
토스페이: `TOSSPAY`,
LG페이: `LGPAY`,
SSG페이: `SSG`,
};
//# sourceMappingURL=EasyPayProvider.js.map
{
"name": "@tosspayments/sdk-constants",
"version": "0.2.0",
"version": "0.2.1",
"description": "Enums and Constants used in Toss Payments SDK",

@@ -8,3 +8,3 @@ "license": "MIT",

"scripts": {
"lint": "eslint '{pages,src}/**/*.{js,jsx,ts,tsx}'",
"lint": "yarn run -T eslint '{pages,src}/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "yarn lint --fix",

@@ -16,5 +16,4 @@ "typecheck": "tsc --noEmit",

"devDependencies": {
"@types/node": "^15.12.4",
"eslint": "^7.29.0",
"typescript": "^4.3.2"
"@types/node": "^17.0.18",
"typescript": "^4.5.5"
},

@@ -28,3 +27,3 @@ "publishConfig": {

"dependencies": {
"type-fest": "^2.8.0"
"type-fest": "^2.11.2"
},

@@ -31,0 +30,0 @@ "module": "esm/index.js",

import { ValueOf } from 'type-fest';
export const EasyPayProvider = {
토스페이: `TOSSPAY`,
네이버페이: `NAVERPAY`,
삼성페이: `SAMSUNGPAY`,
엘페이: `LPAY`,
카카오페이: `KAKAOPAY`,
페이코: `PAYCO`,
삼성페이: `SAMSUNGPAY`,
토스페이: `TOSSPAY`,
LG페이: `LGPAY`,
SSG페이: `SSG`,
} as const;

@@ -9,0 +13,0 @@

Sorry, the diff of this file is not supported yet

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