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.492 to 0.0.493

2

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

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

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

InvalidChainAddressMatch = "invalid_chain_address_match",
InvalidUpdate = "invalid_update"
InvalidUpdate = "invalid_update",
CannotDeleteLastProject = "cannot_delete_last_project"
}

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

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

UnprocessableEntityErrorCode["InvalidUpdate"] = "invalid_update";
UnprocessableEntityErrorCode["CannotDeleteLastProject"] = "cannot_delete_last_project";
})(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));

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