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.4.1 to 2.4.2

5

dist/commands/index.d.ts

@@ -12,2 +12,7 @@ import { ICommand } from "./command";

/**
* Whether the command with the given name exists
* @param name - Name of the command
*/
hasCommand(name: string): boolean;
/**
* Register a new command

@@ -14,0 +19,0 @@ * @param name - Name of the command

4

dist/editor/selectionBox.d.ts
import { Ref } from "vue";
import { ICommand, ICommandHandler } from "../commands";
import { ICommand } from "../commands";
export declare const START_SELECTION_BOX_COMMAND = "START_SELECTION_BOX";
export type StartSelectionBoxCommand = ICommand<void>;
export declare function useSelectionBox(editorEl: Ref<HTMLElement | null>, handler: ICommandHandler): {
export declare function useSelectionBox(editorEl: Ref<HTMLElement | null>): {
startSelection: boolean;

@@ -7,0 +7,0 @@ isSelecting: boolean;

{
"name": "@baklavajs/renderer-vue",
"version": "2.4.1",
"version": "2.4.2",
"description": "Vue frontend for BaklavaJS",

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

},
"gitHead": "fee87f361690a34e988f638b7ec1d0cc9421c847"
"gitHead": "cf7bbef4f19f989c1d2d120b1ee1973d644376f4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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