Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Modern JS/TS and Unicode-friendly version of diff-match-patch.
This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers




JSR Score
100%
Published
a year ago (0.1.1)
{ "lock": false, "name": "@clearlylocal/diff-match-patch-unicode", "version": "0.1.1", "description": "Modern JS/TS and Unicode-friendly version of diff-match-patch", "exports": { ".": "./src/mod.ts", "./Differ": "./src/Differ.ts", "./Diff": "./src/Diff.ts", "./utils": "./src/utils.ts" }, "tasks": { "test": "deno test --doc src" }, "imports": { "@clearlylocal/diff-match-patch-unicode": "./src/mod.ts", "@std/assert": "jsr:@std/assert@^1.0.5" }, "fmt": { "semiColons": false, "useTabs": true, "lineWidth": 120, "indentWidth": 4, "singleQuote": true, "proseWrap": "preserve", "exclude": ["README.md"] }, "compilerOptions": { "strict": true }, "lint": { "rules": { "tags": ["recommended"] } }, "exclude": [] }