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.1.2 to 5.1.3

1

lib/client.d.ts

@@ -357,2 +357,3 @@ /// <reference types="node" />

* @param options.description Description of the dataset
* @param options.retentionInDays Maximum retention for documents in the dataset
* @returns Dataset response from REST API

@@ -359,0 +360,0 @@ */

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

* @param options.description Description of the dataset
* @param options.retentionInDays Maximum retention for documents in the dataset
* @returns Dataset response from REST API

@@ -699,0 +700,0 @@ */

@@ -266,2 +266,3 @@ /// <reference types="node" />

containsPersonallyIdentifiableInformation?: boolean;
retentionInDays?: number;
};

@@ -268,0 +269,0 @@ export declare type UpdateDatasetOptions = {

4

package.json
{
"name": "@lucidtech/las-sdk-core",
"version": "5.1.2",
"version": "5.1.3",
"author": "Lucidtech AS <hello@lucidtech.ai>",

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

},
"gitHead": "a71dd6c1a93953f660a190f9c09912f16c61f5a0"
"gitHead": "55d40295564000d2def654f9408c66d1562007a2"
}

@@ -640,2 +640,3 @@ import axios, { AxiosRequestConfig, AxiosResponse } from 'axios';

* @param options.description Description of the dataset
* @param options.retentionInDays Maximum retention for documents in the dataset
* @returns Dataset response from REST API

@@ -642,0 +643,0 @@ */

@@ -314,2 +314,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

containsPersonallyIdentifiableInformation?: boolean;
retentionInDays?: number;
}

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