UNPKG

diff-native

Version:

High-performance text diffing library built with Rust and WebAssembly

21 lines 468 B
{ "name": "diff_native", "type": "module", "description": "High-performance text diffing library built with Rust and WebAssembly", "version": "0.1.0", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/denispanov/diff-native" }, "files": [ "diff_native_bg.wasm", "diff_native.js", "diff_native.d.ts" ], "main": "diff_native.js", "types": "diff_native.d.ts", "sideEffects": [ "./snippets/*" ] }