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.433 to 0.0.434

2

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

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

@@ -89,3 +89,5 @@ /**

InvalidWalletId = "invalid_wallet_id",
UnableToFetchBalances = "unable_to_fetch_balances"
UnableToFetchBalances = "unable_to_fetch_balances",
CannotSwitchToUnique = "cannot_switch_to_unique",
CustomFieldDataNotUnique = "custom_field_data_not_unique"
}

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

@@ -93,2 +93,4 @@ /* tslint:disable */

UnprocessableEntityErrorCode["UnableToFetchBalances"] = "unable_to_fetch_balances";
UnprocessableEntityErrorCode["CannotSwitchToUnique"] = "cannot_switch_to_unique";
UnprocessableEntityErrorCode["CustomFieldDataNotUnique"] = "custom_field_data_not_unique";
})(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));

@@ -95,0 +97,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