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

@dynamic-labs/sdk-api-core

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/sdk-api-core - npm Package Compare versions

Comparing version 0.0.421 to 0.0.422

2

package.json
{
"name": "@dynamic-labs/sdk-api-core",
"version": "0.0.421",
"version": "0.0.422",
"author": "Dynamic Labs",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -86,3 +86,4 @@ /**

InvalidEmbeddedWalletChainsConfiguration = "invalid_embedded_wallet_chains_configuration",
MergeAccountsConfirmation = "merge_accounts_confirmation"
MergeAccountsConfirmation = "merge_accounts_confirmation",
MergeAccountsInvalid = "merge_accounts_invalid"
}

@@ -89,0 +90,0 @@ export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode;

@@ -90,2 +90,3 @@ /* tslint:disable */

UnprocessableEntityErrorCode["MergeAccountsConfirmation"] = "merge_accounts_confirmation";
UnprocessableEntityErrorCode["MergeAccountsInvalid"] = "merge_accounts_invalid";
})(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));

@@ -92,0 +93,0 @@ function UnprocessableEntityErrorCodeFromJSON(json) {

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