Package: node-source-map / 0.7.6+dfsg-2

Metadata

Package Version Patches format
node-source-map 0.7.6+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
002 add types.patch | (download)

package.json | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add types
003 remove unused rand.patch | (download)

wasm-mappings/Cargo.toml | 1 0 + 1 - 0 !
wasm-mappings/src/lib.rs | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 remove unused rand dependency
 The rand crate is declared but never actually used in the code.
 Removing it eliminates the need to vendor multiple crates.