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

@dynamic-labs/sdk-api

Package Overview
Dependencies
Maintainers
2
Versions
551
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.28 to 0.0.29

2

package.json
{
"name": "@dynamic-labs/sdk-api",
"version": "0.0.28",
"version": "0.0.29",
"author": "Dynamic Labs",

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

@@ -30,2 +30,20 @@ /**

walletPublicKey?: string;
/**
*
* @type {string}
* @memberof TokenResponseTokenCreatedBy
*/
firstName?: string;
/**
*
* @type {string}
* @memberof TokenResponseTokenCreatedBy
*/
lastName?: string;
/**
*
* @type {string}
* @memberof TokenResponseTokenCreatedBy
*/
email?: string;
}

@@ -32,0 +50,0 @@ export declare function TokenResponseTokenCreatedByFromJSON(json: any): TokenResponseTokenCreatedBy;

@@ -29,2 +29,5 @@ "use strict";

'walletPublicKey': !(0, runtime_1.exists)(json, 'walletPublicKey') ? undefined : json['walletPublicKey'],
'firstName': !(0, runtime_1.exists)(json, 'firstName') ? undefined : json['firstName'],
'lastName': !(0, runtime_1.exists)(json, 'lastName') ? undefined : json['lastName'],
'email': !(0, runtime_1.exists)(json, 'email') ? undefined : json['email'],
};

@@ -43,2 +46,5 @@ }

'walletPublicKey': value.walletPublicKey,
'firstName': value.firstName,
'lastName': value.lastName,
'email': value.email,
};

@@ -45,0 +51,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