Socket
Socket
Sign inDemoInstall

fast-diff

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

17

package.json
{
"name": "fast-diff",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fast Javascript text diff",
"author": "Jason Chen <jhchen7@gmail.com>",
"main": "diff.js",
"devDependencies": {
"googlediff": "~0.1.0",
"lodash": "~2.4.1",
"seedrandom": "~2.3.10"
"lodash": "~3.9.3",
"seedrandom": "~2.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jhchen/fast-diff"
},
"bugs": {
"url": "https://github.com/jhchen/fast-diff/issues"
},
"scripts": {
"test": "node test.js"
},
"license": "Apache 2.0"
"license": "Apache 2.0",
"keywords": ["diff"]
}

@@ -1,2 +0,2 @@

# Fast Diff
# Fast Diff [![Build Status](https://travis-ci.org/jhchen/fast-diff.svg)](https://travis-ci.org/jhchen/fast-diff)

@@ -3,0 +3,0 @@ This is a simplified import of the excellent [diff-match-patch](https://code.google.com/p/google-diff-match-patch/) library by [Neil Fraser](https://neil.fraser.name/) into the Node.js environment. The match and patch parts are removed, as well as all the extra diff options. What is incredibly fast diffing between two strings.

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