cpd 5.0.6 → 5.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -9,8 +9,8 @@ Also available as an npm package: [`jscpd@5`](https://www.npmjs.com/package/jscp
|
|
|
9
9
|
| Codebase | Files | Size | jscpd v4 (Node.js) | cpd v5 (Rust) | Speedup |
|
|
10
10
|
|----------|-------|------|--------------------|----------------|---------|
|
|
11
11
|
| Multi-format fixtures | 548 | 1.5 MB | 1.03 s | 0.03 s | 34.3× |
|
|
12
|
-
| Svelte source | 9K |
|
|
13
|
-
| CopilotKit | 17K |
|
|
12
|
+
| Svelte source | 9K | 38 MB | 15.80 s | 0.43 s | 36.9× |
|
|
13
|
+
| CopilotKit | 17K | 159 MB | 82.89 s | 3.44 s | 24.1× |
|
|
14
14
|
|
|
15
15
|
See [performance-comparison.md](../docs/performance-comparison.md) for full methodology and raw data.
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cpd",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.7",
|
|
4
4
|
"description": "Copy/paste detector — fast Rust-based CLI for code duplication detection",
|
|
5
5
|
"bin": {
|
|
6
6
|
"cpd": "./run-cpd.js"
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"platform-map.js"
|
|
11
11
|
],
|
|
12
12
|
"optionalDependencies": {
|
|
13
|
-
"cpd-linux-x64-gnu": "5.0.
|
|
14
|
-
"cpd-linux-arm64-gnu": "5.0.
|
|
15
|
-
"cpd-linux-x64-musl": "5.0.
|
|
16
|
-
"cpd-darwin-arm64": "5.0.
|
|
17
|
-
"cpd-darwin-x64": "5.0.
|
|
18
|
-
"cpd-windows-x64-msvc": "5.0.
|
|
13
|
+
"cpd-linux-x64-gnu": "5.0.7",
|
|
14
|
+
"cpd-linux-arm64-gnu": "5.0.7",
|
|
15
|
+
"cpd-linux-x64-musl": "5.0.7",
|
|
16
|
+
"cpd-darwin-arm64": "5.0.7",
|
|
17
|
+
"cpd-darwin-x64": "5.0.7",
|
|
18
|
+
"cpd-windows-x64-msvc": "5.0.7"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|