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

@connext/types

Package Overview
Dependencies
Maintainers
4
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connext/types - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

dist/src/app.d.ts

1

dist/src/index.d.ts

@@ -230,2 +230,3 @@ import { MessagingConfig } from "@connext/messaging";

export declare type WithdrawParameters<T = string> = DepositParameters<T> & {
userSubmitted?: boolean;
recipient?: Address;

@@ -232,0 +233,0 @@ };

4

package.json
{
"name": "@connext/types",
"version": "0.0.14",
"version": "0.0.15",
"description": "TypeScript typings for common Connext types",

@@ -19,3 +19,3 @@ "main": "dist/index.js",

"devDependencies": {
"@connext/messaging": "0.0.14",
"@connext/messaging": "0.0.15",
"@counterfactual/types": "0.0.33",

@@ -22,0 +22,0 @@ "@types/jest": "24.0.17",

@@ -335,2 +335,3 @@ import { MessagingConfig } from "@connext/messaging";

export type WithdrawParameters<T = string> = DepositParameters<T> & {
userSubmitted?: boolean;
recipient?: Address; // if not provided, will default to signer addr

@@ -337,0 +338,0 @@ };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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