cpd 5.0.5 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +8 -8
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 | 164 MB | 15.80 s | 0.43 s | 36.9× |
13
- | CopilotKit | 17K | 902 MB | 82.89 s | 3.44 s | 24.1× |
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.5",
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,16 +10,16 @@
10
10
  "platform-map.js"
11
11
  ],
12
12
  "optionalDependencies": {
13
- "cpd-linux-x64-gnu": "5.0.5",
14
- "cpd-linux-arm64-gnu": "5.0.5",
15
- "cpd-linux-x64-musl": "5.0.5",
16
- "cpd-darwin-arm64": "5.0.5",
17
- "cpd-darwin-x64": "5.0.5",
18
- "cpd-windows-x64-msvc": "5.0.5"
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",
22
- "url": "https://github.com/kucherenko/jscpd",
22
+ "url": "git+https://github.com/kucherenko/jscpd.git",
23
23
  "directory": "rust"
24
24
  },
25
25
  "keywords": [