Socket
Socket
Sign inDemoInstall

@dynamic-labs/sdk-api-core

Package Overview
Dependencies
Maintainers
1
Versions
122
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.505 to 0.0.506

2

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

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

@@ -35,3 +35,3 @@ /**

*/
state?: string;
state: string;
/**

@@ -38,0 +38,0 @@ * Optional captcha token to verify that the user is not a bot

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

'codeVerifier': !exists(json, 'codeVerifier') ? undefined : json['codeVerifier'],
'state': !exists(json, 'state') ? undefined : json['state'],
'state': json['state'],
'captchaToken': !exists(json, 'captchaToken') ? undefined : json['captchaToken'],

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