@stripe/stripe-js
Advanced tools
Comparing version 1.0.0-beta.7 to 1.0.0-beta.8
{ | ||
"name": "@stripe/stripe-js", | ||
"version": "1.0.0-beta.7", | ||
"version": "1.0.0-beta.8", | ||
"description": "Stripe.js loading utility", | ||
@@ -43,2 +43,3 @@ "main": "dist/stripe.js", | ||
"babel-jest": "^24.9.0", | ||
"conditional-type-checks": "^1.0.5", | ||
"eslint": "^6.8.0", | ||
@@ -45,0 +46,0 @@ "eslint-config-prettier": "^6.8.0", |
@@ -37,3 +37,3 @@ ///<reference path='./base.d.ts' /> | ||
*/ | ||
update(options: StripeCardCvcElementOptions): void; | ||
update(options: Partial<StripeCardCvcElementOptions>): void; | ||
}; | ||
@@ -40,0 +40,0 @@ |
@@ -37,3 +37,3 @@ ///<reference path='./base.d.ts' /> | ||
*/ | ||
update(options: StripeCardExpiryElementOptions): void; | ||
update(options: Partial<StripeCardExpiryElementOptions>): void; | ||
}; | ||
@@ -40,0 +40,0 @@ |
@@ -37,3 +37,3 @@ ///<reference path='./base.d.ts' /> | ||
*/ | ||
update(options: StripeCardNumberElementOptions): void; | ||
update(options: Partial<StripeCardNumberElementOptions>): void; | ||
}; | ||
@@ -40,0 +40,0 @@ |
@@ -37,3 +37,3 @@ ///<reference path='./base.d.ts' /> | ||
*/ | ||
update(options: StripeCardElementOptions): void; | ||
update(options: Partial<StripeCardElementOptions>): void; | ||
}; | ||
@@ -40,0 +40,0 @@ |
@@ -37,3 +37,3 @@ ///<reference path='./base.d.ts' /> | ||
*/ | ||
update(options: StripeIbanElementOptions): void; | ||
update(options: Partial<StripeIbanElementOptions>): void; | ||
}; | ||
@@ -40,0 +40,0 @@ |
@@ -37,3 +37,3 @@ ///<reference path='./base.d.ts' /> | ||
*/ | ||
update(options: StripeIdealBankElementOptions): void; | ||
update(options: Partial<StripeIdealBankElementOptions>): void; | ||
}; | ||
@@ -40,0 +40,0 @@ |
@@ -46,3 +46,7 @@ ///<reference path='./base.d.ts' /> | ||
*/ | ||
update(options: StripePaymentRequestButtonElementOptions): void; | ||
update( | ||
options: Partial< | ||
Omit<StripePaymentRequestButtonElementOptions, 'paymentRequest'> | ||
> | ||
): void; | ||
}; | ||
@@ -49,0 +53,0 @@ |
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
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
155283
3845
0
21