@git-diff-view/vue
Advanced tools
+2
-0
@@ -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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1032234
0.03%11855
0.02%Updated