New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adguard/diff-builder

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adguard/diff-builder - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

9

CHANGELOG.md

@@ -9,2 +9,11 @@ # Diff Builder Changelog

## [1.0.18] - 2024-04-04
### Fixed
- Do not fail if the old version of the filter does not exist [#3].
[#3]: https://github.com/AdguardTeam/DiffBuilder/issues/3
[1.0.18]: https://github.com/AdguardTeam/DiffBuilder/compare/v1.0.17...v1.0.18
## [1.0.17] - 2024-03-25

@@ -11,0 +20,0 @@

2

package.json
{
"name": "@adguard/diff-builder",
"version": "1.0.17",
"version": "1.0.18",
"description": "A tool for generating differential updates for filter lists.",

@@ -5,0 +5,0 @@ "repository": {

@@ -511,2 +511,8 @@ /// <reference path="../../types/diff.d.ts" />

if (!fs.existsSync(absoluteOldListPath)) {
// eslint-disable-next-line max-len
log(`Older version for filter "${newFilterPath}" not found. Checked path: "${absolutePatchesPath}". Looks like it is the first version of the filter. Skipping diff generation.`);
return;
}
log(`Checking diff between "${absoluteOldListPath}" and "${absoluteNewListPath}".`);

@@ -513,0 +519,0 @@ log(`Path to patches: "${absolutePatchesPath}".`);

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 not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc