New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@emergence-engineering/fast-diff-merge

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emergence-engineering/fast-diff-merge - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "@emergence-engineering/fast-diff-merge",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -8,5 +8,5 @@ # fast-diff-merge

Motivation: when you diff two documents you get back a set of diff segments. You can diff by char or diff by word,
but you'd rather get a replace that tells you the changed region, just like it happens when you get a
but you'd rather get a Replace that tells you the changed region, just like it happens when you get a
suggestion in gmail.
Use `getDiff` function to get a diff between two documents.
Use `getDiff` function to get a diff between two documents.
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