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 12.0.1-rc.1 to 12.0.1-rc.2

2

lib/client.js

@@ -142,3 +142,3 @@ "use strict";

const lasDocument = yield this.makeGetRequest(`/documents/${documentId}`, options);
if (lasDocument.content === null && lasDocument.fileUrl) {
if (!lasDocument.content && lasDocument.fileUrl) {
const fileServerDocument = yield this.makeFileServerGetRequest(lasDocument.fileUrl);

@@ -145,0 +145,0 @@ lasDocument.content = btoa(fileServerDocument);

{
"name": "@lucidtech/las-sdk-core",
"version": "12.0.1-rc.1",
"version": "12.0.1-rc.2",
"author": "Lucidtech AS <hello@lucidtech.ai>",

@@ -5,0 +5,0 @@ "maintainers": [

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