🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@git-diff-view/vue

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@git-diff-view/vue - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+2
-0
index.d.ts

@@ -640,2 +640,4 @@ // Generated by dts-bundle-generator v9.5.1

export declare function escapeHtml(string: unknown): string;
export declare function getFile(raw: string, lang: DiffHighlighterLang, theme: "light" | "dark", fileName?: string, uuid?: string): File$1;
export declare function getFile(raw: string, lang: string, theme: "light" | "dark", fileName?: string, uuid?: string): File$1;
/** Get the changed ranges in the strings, relative to each other. */

@@ -642,0 +644,0 @@ export declare function relativeChanges(addition: DiffLine, deletion: DiffLine): {

+2
-2

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"main": "./dist/vue-git-diff-view.mjs",

@@ -38,3 +38,3 @@ "type": "module",

"dependencies": {
"@git-diff-view/core": "^0.1.1",
"@git-diff-view/core": "^0.1.2",
"@types/hast": "^3.0.0",

@@ -41,0 +41,0 @@ "highlight.js": "^11.11.0",

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

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