Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Reality2byte
/
jsdiff
Public
forked from
kpdecker/jsdiff
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 24, 2026
Update Baseline link in README.md (#704)
Show description for 87c5152
captainbrosset
and
ExplodingCabbage
authored
87c5152
View commit details
Copy full SHA for 87c5152
Browse repository at this point
Commits on Aug 18, 2026
fix: don't treat a literal CR at EOF as a Windows line ending (#701)
Show description for 2d923ce
4 people
authored
2d923ce
View commit details
Copy full SHA for 2d923ce
Browse repository at this point
Commits on Aug 12, 2026
Fix diffJson's handling of non-callable toJSON properties (#700)
Show description for 84726ca
ExplodingCabbage
authored
84726ca
View commit details
Copy full SHA for 84726ca
Browse repository at this point
Commits on Aug 11, 2026
Fix diffJson silently dropping an own __proto__ key (#696) (#697)
Show description for c207c49
youdie006
and
ExplodingCabbage
authored
c207c49
View commit details
Copy full SHA for c207c49
Browse repository at this point
Commits on Jun 1, 2026
Emit a better error message when a patch is truncated (#693)
ExplodingCabbage
authored
bf227c1
View commit details
Copy full SHA for bf227c1
Browse repository at this point
Commits on May 27, 2026
Improve CONTRIBUTING.md (#691)
ExplodingCabbage
authored
132060b
View commit details
Copy full SHA for 132060b
Browse repository at this point
Commits on May 5, 2026
Change 'bugs' field in package.json (#685)
ExplodingCabbage
authored
8d4b98d
View commit details
Copy full SHA for 8d4b98d
Browse repository at this point
Commits on Apr 13, 2026
Update version in package.json and in release notes (#683)
ExplodingCabbage
authored
ed13aca
View commit details
Copy full SHA for ed13aca
Browse repository at this point
Bump dependencies again (#682)
Show description for 7a49317
ExplodingCabbage
authored
7a49317
View commit details
Copy full SHA for 7a49317
Browse repository at this point
Commits on Apr 1, 2026
Add Git support, and otherwise variously improve & fix parsePatch (and other unified diff format functions) (#672)
Show description for afe5aec
ExplodingCabbage
and
Copilot
authored
afe5aec
View commit details
Copy full SHA for afe5aec
Browse repository at this point
Commits on Mar 23, 2026
Fix a typo (#679)
ExplodingCabbage
authored
2e46779
View commit details
Copy full SHA for 2e46779
Browse repository at this point
8.0.4 release (#678)
Show description for dd2f994
ExplodingCabbage
authored
dd2f994
View commit details
Copy full SHA for dd2f994
Browse repository at this point
Update docs on releasing to reflect migration to yarn berry (#677)
ExplodingCabbage
authored
3cc4384
View commit details
Copy full SHA for 3cc4384
Browse repository at this point
yarn up '*' && yarn up -R '**' (#676)
ExplodingCabbage
authored
6fc2aa6
View commit details
Copy full SHA for 6fc2aa6
Browse repository at this point
Commits on Mar 2, 2026
yarn up '*' && yarn up -R '**' (#670)
ExplodingCabbage
authored
af7393a
View commit details
Copy full SHA for af7393a
Browse repository at this point
Commits on Feb 18, 2026
Fix another bug in diffWords's "intlSegmenter" mode (#667)
Show description for 4b5d180
ExplodingCabbage
authored
4b5d180
View commit details
Copy full SHA for 4b5d180
Browse repository at this point
Commits on Feb 16, 2026
yarn up '*' && yarn up -R '**' (#666)
ExplodingCabbage
authored
10da50c
View commit details
Copy full SHA for 10da50c
Browse repository at this point
Commits on Feb 9, 2026
Migrate from Yarn Classic to Yarn Berry (#662)
Show description for 8dc164b
ExplodingCabbage
authored
8dc164b
View commit details
Copy full SHA for 8dc164b
Browse repository at this point
yarn upgrade --latest (#661)
ExplodingCabbage
authored
750fbd6
View commit details
Copy full SHA for 750fbd6
Browse repository at this point
Commits on Jan 28, 2026
Add release notes for undocumented releases (#658)
ExplodingCabbage
authored
abe2bde
View commit details
Copy full SHA for abe2bde
Browse repository at this point
Commits on Jan 14, 2026
8.0.3 release (#652)
Show description for 13576bf
ExplodingCabbage
authored
13576bf
View commit details
Copy full SHA for 13576bf
Browse repository at this point
Commits on Jan 12, 2026
Ignore .zed (#651)
ExplodingCabbage
authored
1179ccb
View commit details
Copy full SHA for 1179ccb
Browse repository at this point
Commits on Jan 7, 2026
Add test for the vuln I just fixed (#650)
ExplodingCabbage
authored
949d6e2
View commit details
Copy full SHA for 949d6e2
Browse repository at this point
Fix the second denial-of-service vulnerability in parsePatch (#649)
Show description for 15a1585
ExplodingCabbage
authored
15a1585
View commit details
Copy full SHA for 15a1585
Browse repository at this point
Fix potentially cubic-time regex in parsePatch (#647)
Show description for de95cca
ExplodingCabbage
authored
de95cca
View commit details
Copy full SHA for de95cca
Browse repository at this point
Commits on Dec 31, 2025
Allow more customisation of file headers in patches (#641)
Show description for b9aeede
ExplodingCabbage
and
Copilot
authored
b9aeede
View commit details
Copy full SHA for b9aeede
Browse repository at this point
Commits on Dec 1, 2025
Merge pull request #636 from kpdecker/dependabot/npm_and_yarn/node-forge-1.3.2
dependabot[bot]
authored
43c716c
View commit details
Copy full SHA for 43c716c
Browse repository at this point
Commits on Nov 26, 2025
Bump node-forge from 1.3.1 to 1.3.2
Show description for b8162c7
dependabot[bot]
authored
b8162c7
View commit details
Copy full SHA for b8162c7
Browse repository at this point
Commits on Oct 8, 2025
Fix some bugs in the diffWords regex (and errors & ambiguities in the comment above it) (#635)
ExplodingCabbage
authored
ad6dc17
View commit details
Copy full SHA for ad6dc17
Browse repository at this point
Commits on Oct 6, 2025
Fix a comment typo (#633)
ExplodingCabbage
authored
3e1774a
View commit details
Copy full SHA for 3e1774a
Browse repository at this point
Let Corepack add a packageManager property to package.json (#632)
ExplodingCabbage
authored
93fb633
View commit details
Copy full SHA for 93fb633
Browse repository at this point
Fix diffWords crashing when used with an Intl.Segmenter on a text with consecutive newlines (#631)
Show description for da071fe
ExplodingCabbage
authored
da071fe
View commit details
Copy full SHA for da071fe
Browse repository at this point
Commits on Aug 9, 2025
Merge pull request #627 from kpdecker/dependabot/npm_and_yarn/tmp-0.2.4
dependabot[bot]
authored
8cd6e0c
View commit details
Copy full SHA for 8cd6e0c
Browse repository at this point
Commits on Aug 6, 2025
Bump tmp from 0.2.3 to 0.2.4
Show description for 6edb453
dependabot[bot]
authored
6edb453
View commit details
Copy full SHA for 6edb453
Browse repository at this point
Commits on Jul 29, 2025
fix: export ArrayChange type (#626)
Show description for cf44a37
bdkopen
and
ExplodingCabbage
authored
cf44a37
View commit details
Copy full SHA for cf44a37
Browse repository at this point
Previous
Next
You can’t perform that action at this time.