Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 1.2.1 to 1.2.2

1

lib/client.d.ts

@@ -7,2 +7,3 @@ import { Credentials } from './credentials';

getDocument(documentId: string): Promise<any>;
getData(): Promise<any>;
postDocuments(content: string, contentType: string, consentId: string): Promise<any>;

@@ -9,0 +10,0 @@ postPredictions(documentId: string, modelName: string): Promise<any>;

@@ -16,2 +16,5 @@ "use strict";

};
Client.prototype.getData = function () {
return this.makeGetRequest('/data');
};
Client.prototype.postDocuments = function (content, contentType, consentId) {

@@ -18,0 +21,0 @@ var body = {

4

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

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

},
"gitHead": "795f5d648fad1aa989874552fade37a617cd707a"
"gitHead": "45ef4659848477683714d844dbbbba86253197e7"
}
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