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

@connext/apps

Package Overview
Dependencies
Maintainers
4
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connext/apps - npm Package Compare versions

Comparing version 6.0.8 to 6.0.9

12

dist/src/shared/registry.d.ts
import { DepositAppName, HashLockTransferAppName, OutcomeType, SimpleLinkedTransferAppName, SimpleSignedTransferAppName, SimpleTwoPartySwapAppName, WithdrawAppName } from "@connext/types";
export declare const SupportedApplications: {
[SimpleLinkedTransferAppName]: "SimpleLinkedTransferApp";
[SimpleSignedTransferAppName]: "SimpleSignedTransferApp";
[SimpleTwoPartySwapAppName]: "SimpleTwoPartySwapApp";
[WithdrawAppName]: "WithdrawApp";
[HashLockTransferAppName]: "HashLockTransferApp";
[DepositAppName]: "DepositApp";
SimpleLinkedTransferApp: "SimpleLinkedTransferApp";
SimpleSignedTransferApp: "SimpleSignedTransferApp";
SimpleTwoPartySwapApp: "SimpleTwoPartySwapApp";
WithdrawApp: "WithdrawApp";
HashLockTransferApp: "HashLockTransferApp";
DepositApp: "DepositApp";
};

@@ -10,0 +10,0 @@ export declare type SupportedApplications = (typeof SupportedApplications)[keyof typeof SupportedApplications];

{
"name": "@connext/apps",
"version": "6.0.8",
"version": "6.0.9",
"description": "Connext Counterfactual Apps",

@@ -21,12 +21,12 @@ "main": "dist/index.js",

"devDependencies": {
"@connext/cf-core": "6.0.8",
"@connext/cf-core": "6.0.9",
"@connext/contracts": "2.0.2",
"@connext/utils": "6.0.8",
"@connext/types": "6.0.8",
"ethers": "4.0.46",
"rollup": "1.31.1",
"@rollup/plugin-json": "4.0.2",
"rollup-plugin-typescript2": "0.26.0",
"typescript": "3.7.5"
"@connext/utils": "6.0.9",
"@connext/types": "6.0.9",
"ethers": "4.0.47",
"rollup": "2.7.2",
"@rollup/plugin-json": "4.0.3",
"rollup-plugin-typescript2": "0.27.0",
"typescript": "3.8.3"
}
}

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