Socket
Socket
Sign inDemoInstall

diff3

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diff3 - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

diff3.js

@@ -61,3 +61,3 @@ // Copyright (c) 2006, 2008 Tony Garnock-Jones <tonyg@lshift.net>

prev.chain = {
var tail = {
file1index: -1,

@@ -68,2 +68,8 @@ file2index: -1,

if (!prev) {
return tail;
}
prev.chain = tail;
return root;

@@ -70,0 +76,0 @@ }

2

package.json
{
"name": "diff3",
"version": "0.0.1",
"version": "0.0.2",
"description": "A diff3 engine for nodejs",

@@ -5,0 +5,0 @@ "main": "diff3.js",

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