Socket
Socket
Sign inDemoInstall

@dynamic-labs/sdk-api

Package Overview
Dependencies
Maintainers
2
Versions
522
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.42 to 0.0.43

2

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

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

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

theme?: string;
/**
*
* @type {string}
* @memberof ProjectSettingsDesignModal
*/
view?: string;
}

@@ -50,0 +56,0 @@ export declare function ProjectSettingsDesignModalFromJSON(json: any): ProjectSettingsDesignModal;

@@ -32,2 +32,3 @@ "use strict";

'theme': !(0, runtime_1.exists)(json, 'theme') ? undefined : json['theme'],
'view': !(0, runtime_1.exists)(json, 'view') ? undefined : json['view'],
};

@@ -49,2 +50,3 @@ }

'theme': value.theme,
'view': value.view,
};

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