@types/stripe
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -64,2 +64,4 @@ // Type definitions for stripe 2.x | ||
type StripeCardDataFunding = 'credit' | 'debit' | 'prepaid' | 'unknown'; | ||
interface StripeCard { | ||
@@ -79,2 +81,3 @@ object: string; | ||
brand?: StripeCardDataBrand; | ||
funding?: StripeCardDataFunding; | ||
createToken(data: StripeCardTokenData, responseHandler: (status: number, response: StripeCardTokenResponse) => void): void; | ||
@@ -81,0 +84,0 @@ validateCardNumber(cardNumber: string): boolean; |
{ | ||
"name": "@types/stripe", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for stripe", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "aaf7c6cd730936f9e2215bbc480db60a3db0c55368098fbdc2242a6393ae183c", | ||
"typesPublisherContentHash": "7937e8354cf6705c42d612abb61569f919cd889ea2308acb26231e898b3d6773", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/stripe | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stripe | ||
Additional Details | ||
* Last updated: Thu, 23 Feb 2017 18:39:28 GMT | ||
* Last updated: Fri, 02 Jun 2017 13:45:12 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: Stripe |
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
8756
150