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

@siyuan-community/noob-custommenu

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@siyuan-community/noob-custommenu - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

17

index.js

@@ -10,17 +10,18 @@ import { 块标菜单 } from "./gutterMenu/index.js";

import { 批量渲染自定义菜单 } from "./util/render.js";
let 自定义菜单 = {
let 自定义菜单={}
自定义菜单 = {
块标菜单,
gutterMenu: 块标菜单,
gutterMenu: 自定义菜单.块标菜单,
编辑器菜单,
docMenu: 编辑器菜单,
docMenu:自定义菜单. 编辑器菜单,
文档树菜单,
treeMenu: 文档树菜单,
treeMenu: 自定义菜单.文档树菜单,
面包屑菜单,
breadCrumbMenu: 面包屑菜单,
breadCrumbMenu: 自定义菜单.面包屑菜单,
图片菜单,
imageMenu: 图片菜单,
imageMenu:自定义菜单. 图片菜单,
引用块菜单,
blockrefMenu: 引用块菜单,
blockrefMenu: 自定义菜单.引用块菜单,
状态栏帮助菜单,
helpMenu: 状态栏帮助菜单,
helpMenu: 自定义菜单.状态栏帮助菜单,
rawMenu: window.siyuan.menus.menu,

@@ -27,0 +28,0 @@ };

{
"name": "@siyuan-community/noob-custommenu",
"version": "1.0.2",
"version": "1.0.3",
"description": "noob前端的菜单原子模块",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,1 @@

console.log(import.meta.url)
let uiStatusURL =import.meta.resolve('../../status/index.js')

@@ -3,0 +2,0 @@

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