🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

diff-mark

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diff-mark

A variant of Diffmark implemented in JavaScript.

2.3.1
latest
npm
Version published
Weekly downloads
16
45.45%
Maintainers
1
Weekly downloads
 
Created
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

dictionary

FAQs

Package last updated on 22 Mar 2015

Did you know?

Socket

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