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.429 to 0.0.430

2

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

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

@@ -69,2 +69,8 @@ /**

validationType?: CustomFieldType;
/**
*
* @type {string}
* @memberof ProjectSettingsKyc
*/
label?: string;
}

@@ -71,0 +77,0 @@ export declare function ProjectSettingsKycFromJSON(json: any): ProjectSettingsKyc;

@@ -23,2 +23,3 @@ import { exists } from '../runtime.js';

'validationType': !exists(json, 'validationType') ? undefined : CustomFieldTypeFromJSON(json['validationType']),
'label': !exists(json, 'label') ? undefined : json['label'],
};

@@ -42,2 +43,3 @@ }

'validationType': CustomFieldTypeToJSON(value.validationType),
'label': value.label,
};

@@ -44,0 +46,0 @@ }

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