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.2.4
to
0.2.5
+2
-2
dist/LSPlugin.d.ts

@@ -590,4 +590,4 @@ import * as CSS from 'csstype';

createTag: (tagName: string) => Promise<PageEntity | null>;
addTag: (blockId: BlockIdentity, tagId: BlockIdentity) => Promise<void>;
removeTag: (blockId: BlockIdentity, tagId: BlockIdentity) => Promise<void>;
addBlockTag: (blockId: BlockIdentity, tagId: BlockIdentity) => Promise<void>;
removeBlockTag: (blockId: BlockIdentity, tagId: BlockIdentity) => Promise<void>;
prependBlockInPage: (page: PageIdentity, content: string, opts?: Partial<{

@@ -594,0 +594,0 @@ properties: {};

{
"name": "@logseq/libs",
"version": "0.2.4",
"version": "0.2.5",
"description": "Logseq SDK libraries",

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

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