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

@types/braintree-web

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/braintree-web - npm Package Compare versions

Comparing version 3.96.9 to 3.96.10

12

braintree-web/apple-pay.d.ts

@@ -317,2 +317,14 @@ import { Client } from "./client";

tokenize(options: { token: any }): Promise<ApplePayPayload>;
/**
* Cleanly tear down anything set up by {@link module:braintree-web/apple-pay.create|create}.
* @example
* applePayInstance.teardown();
* @example <caption>With callback</caption>
* applePayInstance.teardown(function () {
* // teardown is complete
* });
*/
teardown(callback: () => void): void;
teardown(): Promise<void>;
}

@@ -319,0 +331,0 @@

6

braintree-web/package.json
{
"name": "@types/braintree-web",
"version": "3.96.9",
"version": "3.96.10",
"description": "TypeScript definitions for braintree-web",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/braintree-web",

},
"typesPublisherContentHash": "0e2f9bd7bd81f3e6bad91726ad86718251c3c75a6fa2b2fa55636bbc61c9767d",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "89d3bd4171613ee23690775ee46ebfaa0e18498dac32e2f98b6596d50e59a40f",
"typeScriptVersion": "4.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Last updated: Thu, 07 Dec 2023 12:43:23 GMT
* Dependencies: [@types/googlepay](https://npmjs.com/package/@types/googlepay), [@types/paypal-checkout-components](https://npmjs.com/package/@types/paypal-checkout-components)

@@ -14,0 +14,0 @@

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