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.524 to 0.0.525

2

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

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

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

*/
code?: string;
/**
*
* @type {string}
* @memberof OauthResultRequest
*/
sessionPublicKey?: string;

@@ -31,0 +37,0 @@ }

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

'state': json['state'],
'code': !exists(json, 'code') ? undefined : json['code'],
'sessionPublicKey': !exists(json, 'sessionPublicKey') ? undefined : json['sessionPublicKey'],

@@ -26,2 +27,3 @@ };

'state': value.state,
'code': value.code,
'sessionPublicKey': value.sessionPublicKey,

@@ -28,0 +30,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