Socket
Socket
Sign inDemoInstall

@sanity/diff-match-patch

Package Overview
Dependencies
Maintainers
33
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/diff-match-patch - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

16

lib/cjs/index.cjs.d.ts

@@ -1,8 +0,8 @@

export { diff as makeDiff, DiffType, type Diff, type DiffOptions, } from './diff/diff.js';
export { cleanupSemantic, cleanupEfficiency } from './diff/cleanup.js';
export { match } from './match/match.js';
export { type Patch } from './patch/createPatchObject.js';
export { make as makePatches, type MakePatchOptions } from './patch/make.js';
export { apply as applyPatches, type PatchResult, type ApplyPatchOptions, } from './patch/apply.js';
export { stringify as stringifyPatches, stringifyPatch, } from './patch/stringify.js';
export { parse as parsePatch } from './patch/parse.js';
export { diff as makeDiff, DiffType, type Diff, type DiffOptions, } from './diff/diff.cjs';
export { cleanupSemantic, cleanupEfficiency } from './diff/cleanup.cjs';
export { match } from './match/match.cjs';
export { type Patch } from './patch/createPatchObject.cjs';
export { make as makePatches, type MakePatchOptions } from './patch/make.cjs';
export { apply as applyPatches, type PatchResult, type ApplyPatchOptions, } from './patch/apply.cjs';
export { stringify as stringifyPatches, stringifyPatch, } from './patch/stringify.cjs';
export { parse as parsePatch } from './patch/parse.cjs';
{
"name": "@sanity/diff-match-patch",
"version": "0.0.5",
"version": "0.0.6",
"description": "Robust diff, match and patch algorithms to perform operations required for synchronizing plain text",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.cjs",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc