Socket
Socket
Sign inDemoInstall

diff-mark

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    diff-mark

A variant of Diffmark implemented in JavaScript.


Version published
Maintainers
1
Install size
15.2 kB
Created

Readme

Source

diff-mark

Build Status NPM version

A variant of Diffmark implemented in JavaScript.

Some important difference to the original C# version:

  • Diff strings are strictly validated before marking.
  • The derived diff strings are less ambiguous and more legible.

Demo

http://jakwings.github.io/diff-mark/

Usage

You can install it via npm install diff-mark, or just include the script diffmark.js in your web pages.

var diffmark = diffmark || require('diff-mark');

diffmark.diff('grow', 'grew');  // -> '--ew'
diffmark.mark('grow', 'ing');   // -> 'growing'

Specification: https://github.com/TheBerkin/Diffmark

Keywords

FAQs

Last updated on 22 Mar 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc