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.513 to 0.0.514

2

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

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

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

_default?: boolean;
/**
* The optional alias for the MFA device
* @type {string}
* @memberof MFADevice
*/
alias?: string;
}

@@ -51,0 +57,0 @@ export declare function MFADeviceFromJSON(json: any): MFADevice;

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

'_default': !exists(json, 'default') ? undefined : json['default'],
'alias': !exists(json, 'alias') ? undefined : json['alias'],
};

@@ -34,2 +35,3 @@ }

'default': value._default,
'alias': value.alias,
};

@@ -36,0 +38,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