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.2 to 2.0.2-alpha.3

6

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

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

"devDependencies": {
"@baklavajs/core": "^2.0.2-alpha.1",
"@baklavajs/core": "^2.0.2-alpha.3",
"@baklavajs/events": "^2.0.2-alpha.1",

@@ -52,3 +52,3 @@ "@types/resize-observer-browser": "^0.1.6",

},
"gitHead": "7dcdfb5a3d3fb26b369e8c09118ca4958f0f7da9"
"gitHead": "f41b8b24d2a0123b99fc799831a6588a9b4bc55d"
}

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