@adguard/diff-builder
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -8,2 +8,8 @@ # Diff Builder Changelog | ||
## [1.0.13] - 2024-01-17 | ||
### Changed | ||
- Use forked `diff` package. | ||
## [1.0.12] - 2024-01-17 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "@adguard/diff-builder", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A tool for generating differential updates for filter lists.", | ||
@@ -56,3 +56,3 @@ "repository": { | ||
"crypto-js": "^4.2.0", | ||
"diff": "git+https://github.com/kpdecker/jsdiff.git#c6498e3" | ||
"diff": "git+https://github.com/105th/jsdiff.git#2be2e7df90e8eebd99f0385c7b1dc16c2f4dcc1a" | ||
}, | ||
@@ -59,0 +59,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
374771