dependabot[bot]
78ff8eaa9b
chore(deps): bump mongoose from 7.8.4 to 7.8.9 ( #698 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 7.8.4 to 7.8.9.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/commits )
---
updated-dependencies:
- dependency-name: mongoose
dependency-version: 7.8.9
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-06 07:21:17 +02:00
tdurieux
79f555769d
improve binary file detection: content sniffing + jsonl support
...
Files like .jsonl that mime-types doesn't know fell through to
application/octet-stream and rendered as "Unsupported binary file" in
the viewer. Replace istextorbinary with isbinaryfile for content-based
detection, and use mime-types for name-based classification with a
textual application/* allowlist.
The streaming transformer now defers classification when the name is
inconclusive and sniffs the first chunk before emitting "transform",
so route.ts and AnonymizedFile.ts get a content-aware Content-Type.
Whitelists .jsonl and .ndjson to short-circuit dataset files.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-06 07:52:48 +03:00
tdurieux
f8c91ca0af
multiple fixes
2026-05-05 10:32:31 +03:00
dependabot[bot]
13a7ae9850
chore(deps): bump postcss from 8.5.9 to 8.5.13 ( #692 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.5.9 to 8.5.13.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.5.9...8.5.13 )
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.13
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-03 15:34:07 +02:00
tdurieux
1968e3341a
2.3.0
2026-04-24 16:14:29 +02:00
tdurieux
88f826aab4
update design
2026-04-24 14:55:18 +02:00
dependabot[bot]
063f10f18e
chore(deps): bump sanitize-html from 2.17.2 to 2.17.3 ( #680 )
2026-04-17 07:14:28 +02:00
dependabot[bot]
c4f153cfa0
chore(deps): bump path-to-regexp and express ( #671 )
2026-04-15 09:57:31 +02:00
dependabot[bot]
2940f20134
chore(deps-dev): bump brace-expansion from 1.1.11 to 1.1.14 ( #677 )
2026-04-15 09:57:09 +02:00
dependabot[bot]
85f05cd698
chore(deps): bump picomatch and knip ( #673 )
2026-04-15 09:54:42 +02:00
dependabot[bot]
7eeb4bed32
chore(deps): bump lodash from 4.17.21 to 4.18.1 ( #674 )
2026-04-15 09:49:57 +02:00
dependabot[bot]
18dc74784b
chore(deps-dev): bump form-data from 2.5.1 to 2.5.5 ( #491 )
2026-04-15 09:49:27 +02:00
dependabot[bot]
357883b1b2
chore(deps): bump @octokit/request from 8.2.0 to 8.4.1 ( #418 )
2026-04-15 09:48:00 +02:00
dependabot[bot]
01ddc245c0
chore(deps): bump mongoose from 7.6.10 to 7.8.4 ( #414 )
2026-04-15 09:47:28 +02:00
dependabot[bot]
2c12fd734a
chore(deps): bump unzip-stream from 0.3.1 to 0.3.4 ( #319 )
2026-04-15 09:46:45 +02:00
Thomas Durieux
8198a4b44a
Standardize error responses with consistent format and human-readable messages ( #667 )
2026-04-15 09:27:08 +02:00
Thomas Durieux
95324fd09f
Replace isomorphic-dompurify with sanitize-html for Node 21 compat ( #663 )
2026-04-15 04:57:21 +02:00
Thomas Durieux
f3641c8ce3
Set up CI with ESLint linter and Mocha test runner ( #661 )
2026-04-15 04:34:03 +02:00
Thomas Durieux
812f8b6314
Sanitize markdown HTML output with DOMPurify to prevent XSS ( #658 )
2026-04-15 04:22:38 +02:00
dependabot[bot]
c2a423714f
chore(deps): bump path-to-regexp and express ( #369 )
...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp ) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express ). These dependencies need to be updated together.
Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases )
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md )
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12 )
Updates `express` from 4.20.0 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.20.0...4.21.2 )
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-type: indirect
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 12:59:46 -07:00
dependabot[bot]
3602f343ac
chore(deps): bump path-to-regexp and express ( #324 )
...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp ) to 0.1.10 and updates ancestor dependency [express](https://github.com/expressjs/express ). These dependencies need to be updated together.
Updates `path-to-regexp` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases )
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md )
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10 )
Updates `express` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0 )
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-type: indirect
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-18 17:35:05 +02:00
dependabot[bot]
f46e379b8d
chore(deps): bump fast-xml-parser and @aws-sdk/client-s3 ( #320 )
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) to 4.4.1 and updates ancestor dependency [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ). These dependencies need to be updated together.
Updates `fast-xml-parser` from 4.2.5 to 4.4.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.5...v4.4.1 )
Updates `@aws-sdk/client-s3` from 3.540.0 to 3.637.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.637.0/clients/client-s3 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-18 17:34:50 +02:00
dependabot[bot]
e278381eca
chore(deps): bump @grpc/grpc-js from 1.10.4 to 1.11.1 ( #310 )
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.10.4 to 1.11.1.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.4...@grpc/grpc-js@1.11.1 )
---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-18 17:34:35 +02:00
dependabot[bot]
27583e6a17
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 ( #303 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 13:26:25 +02:00
tdurieux
80101f83aa
fix: fix dns lookup for dnsrr
2024-04-05 14:48:40 +01:00
tdurieux
22a28a913d
perf: improve page loading time
2024-04-05 01:02:41 +01:00
tdurieux
f5d45394bf
feat: add sha to file path to avoid caching
2024-04-04 15:56:38 +01:00
tdurieux
35f4b4ce52
refactor: improve file streaming
2024-04-01 15:17:26 +01:00
tdurieux
bee5c5834c
fix: add missing package
2024-03-31 14:33:22 +01:00
tdurieux
829720b131
chore: update dependencies
2024-03-27 11:45:41 +00:00
tdurieux
0caf786c9c
feat: adds opentelemetry support
2024-03-27 11:18:13 +00:00
dependabot[bot]
803720e2ea
chore(deps): bump ip from 2.0.0 to 2.0.1 ( #258 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 22:53:59 +00:00
dependabot[bot]
c2a885fdaa
chore(deps): bump msgpackr from 1.9.7 to 1.10.1 ( #250 )
...
Bumps [msgpackr](https://github.com/kriszyp/msgpackr ) from 1.9.7 to 1.10.1.
- [Release notes](https://github.com/kriszyp/msgpackr/releases )
- [Commits](https://github.com/kriszyp/msgpackr/compare/v1.9.7...v1.10.1 )
---
updated-dependencies:
- dependency-name: msgpackr
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-29 11:36:30 +01:00
dependabot[bot]
1671a16025
chore(deps): bump mongodb and mongoose ( #236 )
...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native ) to 5.8.1 and updates ancestor dependency [mongoose](https://github.com/Automattic/mongoose ). These dependencies need to be updated together.
Updates `mongodb` from 5.7.0 to 5.8.1
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases )
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v5.8.1/HISTORY.md )
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v5.7.0...v5.8.1 )
Updates `mongoose` from 7.4.5 to 7.5.0
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/7.4.5...7.5.0 )
---
updated-dependencies:
- dependency-name: mongodb
dependency-type: indirect
- dependency-name: mongoose
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-31 10:32:01 +02:00
tdurieux
696a465d5c
2.2.0
2023-08-28 14:46:54 +02:00
tdurieux
ecfd69bd37
fix: fix zip extract
2023-08-28 14:36:04 +02:00
tdurieux
d8de3f189a
Release 2.1.5
2023-08-28 12:12:16 +02:00
tdurieux
f72a662750
chore: update dependencies
2023-08-28 12:12:13 +02:00
dependabot[bot]
48ae137f96
chore(deps): bump semver from 5.7.1 to 5.7.2 ( #224 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 23:11:40 +02:00
dependabot[bot]
275d4827a8
chore(deps): bump mongoose from 7.3.1 to 7.3.3 ( #226 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 7.3.1 to 7.3.3.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/7.3.1...7.3.3 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 22:27:07 +02:00
tdurieux
68d96ad82e
chore: update dependencies
2023-06-26 18:24:28 +02:00
tdurieux
e24d1b4630
update dependencies & remove google analytics
2023-06-20 09:58:25 +02:00
tdurieux
6c4363182b
chore: update decompress-stream-to-s3
2023-05-08 13:57:16 +02:00
tdurieux
ee82d3c12a
chore: update dependencies and update AWS S3 lib to v3
2023-05-01 14:53:27 +02:00
dependabot[bot]
a07c8d4635
chore(deps): bump xml2js from 0.4.19 to 0.5.0 ( #196 )
...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js ) from 0.4.19 to 0.5.0.
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases )
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.4.19...0.5.0 )
---
updated-dependencies:
- dependency-name: xml2js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 10:21:11 +02:00
tdurieux
ec6098b3a1
chore: use strict compilation mode
2023-02-13 13:38:57 +01:00
tdurieux
5c72f54db5
perf: improve the perf of Anonymous GitHub
2023-02-08 15:34:50 +01:00
tdurieux
c84df5c8e9
2.1.1
2023-02-07 09:04:10 +01:00
tdurieux
dcf7f36917
feat: add cli to anonymize repositories locally
2023-02-06 15:55:43 +01:00
dependabot[bot]
8f122a0399
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 ( #164 )
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 09:32:40 +01:00