Socket
Socket
Sign inDemoInstall

@dynamic-labs/sdk-api-core

Package Overview
Dependencies
Maintainers
1
Versions
122
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.491 to 0.0.492

2

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

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

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

InvalidExternalAuth = "invalid_external_auth",
InvalidChainAddressMatch = "invalid_chain_address_match"
InvalidChainAddressMatch = "invalid_chain_address_match",
InvalidUpdate = "invalid_update"
}

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

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

UnprocessableEntityErrorCode["InvalidChainAddressMatch"] = "invalid_chain_address_match";
UnprocessableEntityErrorCode["InvalidUpdate"] = "invalid_update";
})(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));

@@ -108,0 +109,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