@types/stripe
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -14,3 +14,3 @@ // Type definitions for stripe 0.0 | ||
validateCVC(cardCVC: string): boolean; | ||
cardType(cardNumber: string): string; | ||
cardType(cardNumber: string): StripeCardDataBrand; | ||
getToken(token: string, responseHandler: (status: number, response: StripeTokenResponse) => void): void; | ||
@@ -55,3 +55,3 @@ card: StripeCardData; | ||
type StripeCardDataBrand = 'Visa' | 'American Express' | 'MasterCard' | 'Discover JCB' | 'Diners Club' | 'Unknown'; | ||
type StripeCardDataBrand = 'Visa' | 'American Express' | 'MasterCard' | 'Discover' | 'JCB' | 'Diners Club' | 'Unknown'; | ||
@@ -58,0 +58,0 @@ interface StripeCardData { |
{ | ||
"name": "@types/stripe", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "TypeScript definitions for stripe", | ||
@@ -15,4 +15,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "07926afac36f0bc0139fedf14286aae1e787930b9b2d9efd389109ce41cc2ccb", | ||
"typesPublisherContentHash": "6e8e33ea9416d0a9c40c0314f355bb3e8e0ebbdd0093caeb0bb742ed2d748e16", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 05 Jan 2017 20:40:29 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Tue, 17 Jan 2017 05:39:56 GMT | ||
* Dependencies: none | ||
* Global values: Stripe | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "Andy Hawkins <https://github.com/a904guy/,http://a904guy.com>, Eric J. Smith <https://github.com/ejsmith/>, Amrit Kahlon <https://github.com/amritk/>, Adam Cmiel <https://github.com/adamcmiel>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"name": "stripe", | ||
"libraryName": "stripe", | ||
"typingsPackageName": "stripe", | ||
"projectName": "https://stripe.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "master", | ||
"globals": [ | ||
"Stripe" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "07926afac36f0bc0139fedf14286aae1e787930b9b2d9efd389109ce41cc2ccb" | ||
"data": { | ||
"authors": "Andy Hawkins <https://github.com/a904guy/,http://a904guy.com>, Eric J. Smith <https://github.com/ejsmith/>, Amrit Kahlon <https://github.com/amritk/>, Adam Cmiel <https://github.com/adamcmiel>", | ||
"dependencies": {}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "stripe", | ||
"typingsPackageName": "stripe", | ||
"projectName": "https://stripe.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [ | ||
"Stripe" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "6e8e33ea9416d0a9c40c0314f355bb3e8e0ebbdd0093caeb0bb742ed2d748e16" | ||
}, | ||
"isLatest": true | ||
} |
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
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
7792
171
17