Skip to content

Commit

Permalink
fix: ignore invalid values in npm registry JSON (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored May 17, 2024
1 parent c15f9ed commit 6634252
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ deno_lockfile = "0.19.0"
monch = "0.5.0"
log = "0.4"
serde = { version = "1.0.130", features = ["derive", "rc"] }
serde_json = { version = "1.0.67", features = ["preserve_order"] }
thiserror = "1.0.24"
futures = "0.3.28"
url = "2"

[dev-dependencies]
pretty_assertions = "1.0.0"
serde_json = { version = "1.0.67", features = ["preserve_order"] }
tokio = { version = "1.27.0", features = ["full"] }
Loading

0 comments on commit 6634252

Please sign in to comment.