Socket
Socket
Sign inDemoInstall

@lucidtech/las-sdk-core

Package Overview
Dependencies
2
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

0

lib/client.d.ts

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TokenStorage } from './storage';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Credentials, Token } from './credentials';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { Credentials, Token } from './credentials';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Token } from './credentials';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

1

lib/types.d.ts

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

name: string | null;
numberOfDataBundles: number;
preprocessConfig: PreprocessConfig;

@@ -445,0 +446,0 @@ status: 'active' | 'inactive' | 'training';

"use strict";
/* eslint-disable @typescript-eslint/no-explicit-any */
Object.defineProperty(exports, "__esModule", { value: true });
export declare type BuildURLParams = Record<string, undefined | string | Array<string> | number>;
export declare function buildURL(url: string, params?: BuildURLParams): string;
export declare function wait(ms: number): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

4

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

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

},
"gitHead": "e68c66ac9d22e53a4b58065c399da643c165cfd3"
"gitHead": "c1b1e89284f5e8de3a4b8b8574a4848d4df22081"
}

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

name: string | null;
numberOfDataBundles: number;
preprocessConfig: PreprocessConfig;

@@ -525,0 +526,0 @@ status: 'active' | 'inactive' | 'training';

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc