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.37 to 0.0.38

2

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

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

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

createdAt?: Date;
/**
*
* @type {string}
* @memberof Visit
*/
ipAddress?: string;
}

@@ -32,0 +38,0 @@ export declare function VisitFromJSON(json: any): Visit;

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

'createdAt': !(0, runtime_1.exists)(json, 'createdAt') ? undefined : (new Date(json['createdAt'])),
'ipAddress': !(0, runtime_1.exists)(json, 'ipAddress') ? undefined : json['ipAddress'],
};

@@ -43,2 +44,3 @@ }

'createdAt': value.createdAt === undefined ? undefined : (value.createdAt.toISOString()),
'ipAddress': value.ipAddress,
};

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