@git-diff-view/react
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": "index.js", | ||
@@ -65,3 +65,3 @@ "types": "index.d.ts", | ||
| "dependencies": { | ||
| "@git-diff-view/core": "^0.0.27", | ||
| "@git-diff-view/core": "^0.0.28", | ||
| "@types/hast": "^3.0.0", | ||
@@ -68,0 +68,0 @@ "fast-diff": "^1.3.0", |
| import { | ||
| DiffLineType, | ||
| NewLineSymbol, | ||
| type DiffFile, | ||
@@ -14,2 +13,3 @@ type DiffLine, | ||
| getSymbol, | ||
| NewLineSymbol, | ||
| } from "@git-diff-view/utils"; | ||
@@ -16,0 +16,0 @@ import * as React from "react"; |
| /* eslint-disable max-lines */ | ||
| import { | ||
| DiffLineType, | ||
| NewLineSymbol, | ||
| getSyntaxDiffTemplate, | ||
@@ -16,2 +15,3 @@ getSyntaxLineTemplate, | ||
| getSymbol, | ||
| NewLineSymbol, | ||
| } from "@git-diff-view/utils"; | ||
@@ -18,0 +18,0 @@ import * as React from "react"; |
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
1295137
0.44%15880
0.17%+ Added
+ Added
- Removed
- Removed
Updated