Registry / utility / deno-lockfile

deno-lockfile

JSON →
library0.52.0rscratesunverified

An implementation of a lockfile used in Deno

# Cargo.toml [dependencies] deno_lockfile = "0.52.0"
INSTALL
IMPORT
SIG · DENO-LOCKFILE
D
deno-lockfile
utilityrustv0.52.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Lockfile
use deno_lockfile::Lockfile;

Create and manage a Deno-compatible lockfile for dependency integrity.

use deno_lockfile::Lockfile; let lockfile = Lockfile::new_empty(); // Add dependencies and write to disk lockfile.write("deno.lock").unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.52.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
deno-lockfile — cargo add deno-lockfile · libregistry