Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@logseq/libs

Package Overview
Dependencies
Maintainers
6
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logseq/libs - npm Package Compare versions

Comparing version
0.0.16
to
0.0.17
+5
-1
dist/LSPlugin.d.ts

@@ -119,3 +119,3 @@ import * as CSS from 'csstype';

version: string;
[key: string]: any;
[key: string]: unknown;
}

@@ -136,2 +136,3 @@ /**

enabledJournals: boolean;
[key: string]: unknown;
}

@@ -145,2 +146,3 @@ /**

path: string;
[key: string]: unknown;
}

@@ -173,2 +175,3 @@ /**

marker?: string;
[key: string]: unknown;
}

@@ -191,2 +194,3 @@ /**

updatedAt?: number;
[key: string]: unknown;
}

@@ -193,0 +197,0 @@ export declare type BlockIdentity = BlockUUID | Pick<BlockEntity, 'uuid'>;

+1
-1
{
"name": "@logseq/libs",
"version": "0.0.16",
"version": "0.0.17",
"description": "Logseq SDK libraries",

@@ -5,0 +5,0 @@ "main": "dist/lsplugin.user.js",

Sorry, the diff of this file is too big to display