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

@types/stripe

Package Overview
Dependencies
Maintainers
1
Versions
612
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/stripe - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

stripe/LICENSE

3

stripe/index.d.ts

@@ -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;

4

stripe/package.json
{
"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

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