Socket
Socket
Sign inDemoInstall

@lucidtech/las-sdk-core

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lucidtech/las-sdk-core - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

lib/client.d.ts

@@ -465,2 +465,4 @@ /// <reference types="node" />

* @param data.avatar base64 encoded JPEG avatar of the user
* @param data.appClientId Id of appClient issuing the invite. Defaults to the current
* appClientId of the user or appClient issuing the invite
* @returns User response from REST API

@@ -467,0 +469,0 @@ */

@@ -944,2 +944,4 @@ "use strict";

* @param data.avatar base64 encoded JPEG avatar of the user
* @param data.appClientId Id of appClient issuing the invite. Defaults to the current
* appClientId of the user or appClient issuing the invite
* @returns User response from REST API

@@ -946,0 +948,0 @@ */

5

lib/types.d.ts

@@ -287,4 +287,5 @@ /// <reference types="node" />

export declare type CreateUserOptions = {
name?: string | null;
avatar?: string | null;
name?: string;
avatar?: string;
appClientId?: string;
};

@@ -291,0 +292,0 @@ export declare type UpdateUserOptions = {

{
"name": "@lucidtech/las-sdk-core",
"version": "5.0.1",
"version": "5.0.2",
"author": "Lucidtech AS <hello@lucidtech.ai>",

@@ -33,3 +33,3 @@ "maintainers": [

},
"gitHead": "a8ca7f3d93211fd0a19e23245ca3f9f4a2e3c606"
"gitHead": "d74f4d02d1979e6335ff46320ebf7690adc048d1"
}

@@ -830,2 +830,4 @@ import axios, { AxiosRequestConfig, AxiosResponse } from 'axios';

* @param data.avatar base64 encoded JPEG avatar of the user
* @param data.appClientId Id of appClient issuing the invite. Defaults to the current
* appClientId of the user or appClient issuing the invite
* @returns User response from REST API

@@ -832,0 +834,0 @@ */

@@ -343,4 +343,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

export type CreateUserOptions = {
name?: string | null;
avatar?: string | null;
name?: string;
avatar?: string;
appClientId?: string;
}

@@ -347,0 +348,0 @@

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