New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@baklavajs/renderer-vue

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baklavajs/renderer-vue - npm Package Compare versions

Comparing version 2.0.2-alpha.1 to 2.0.2-alpha.2

dist/sidebar/openSidebar.command.d.ts

9

dist/sidebar/index.d.ts

@@ -1,5 +0,6 @@

import { NodeInterface } from "@baklavajs/core";
import { ICommand } from "../commands";
export declare type OpenSidebarCommand = ICommand<void, [nodeId: string]>;
export declare const OPEN_SIDEBAR_COMMAND = "OPEN_SIDEBAR";
import { Ref } from "vue";
import { Graph, NodeInterface } from "@baklavajs/core";
import { ICommandHandler } from "../commands";
export { OPEN_SIDEBAR_COMMAND, OpenSidebarCommand } from "./openSidebar.command";
export declare const displayInSidebar: (intf: NodeInterface, displayInSidebar: boolean) => void;
export declare function registerSidebarCommands(displayedGraph: Ref<Graph>, handler: ICommandHandler): void;
{
"name": "@baklavajs/renderer-vue",
"version": "2.0.2-alpha.1",
"version": "2.0.2-alpha.2",
"description": "Vue frontend for BaklavaJS",

@@ -51,3 +51,3 @@ "author": "newcat <freddy.wagner@web.de>",

},
"gitHead": "c57a6bc697510860941044433acdbe28007cef88"
"gitHead": "7dcdfb5a3d3fb26b369e8c09118ca4958f0f7da9"
}

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

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

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