@tosspayments/sdk-constants
Advanced tools
Comparing version 0.2.0 to 0.2.1
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24239
2
482
1
Updatedtype-fest@^2.11.2