@git-diff-view/vue
Advanced tools
+8
-8
@@ -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, |
+2
-2
@@ -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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify 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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
969831
0.29%9932
0.05%+ Added
+ Added
- Removed
- Removed
Updated