Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@git-diff-view/vue

Package Overview
Dependencies
Maintainers
1
Versions
47
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.0.27
to
0.0.28
+8
-8
index.d.ts

@@ -52,2 +52,10 @@ // Generated by dts-bundle-generator v9.5.1

};
declare enum NewLineSymbol {
CRLF = 1,
CR = 2,
LF = 3,
NEWLINE = 4,
NORMAL = 5,
NULL = 6
}
export declare class DiffFile {

@@ -559,10 +567,2 @@ readonly uuid?: string;

}
export declare enum NewLineSymbol {
CRLF = 1,
CR = 2,
LF = 3,
NEWLINE = 4,
NORMAL = 5,
NULL = 6
}
export declare enum SplitSide {

@@ -569,0 +569,0 @@ old = 1,

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

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

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

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

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

@@ -7,3 +7,2 @@ import {

getSyntaxLineTemplate,
NewLineSymbol,
} from "@git-diff-view/core";

@@ -15,2 +14,3 @@ import {

getSymbol,
NewLineSymbol,
} from "@git-diff-view/utils";

@@ -17,0 +17,0 @@

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

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

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

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