Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
hondrytravis
/
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
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Jul 20, 2022
Bump terser from 4.8.0 to 4.8.1 (#380)
Show description for 3b654c2
dependabot[bot]
authored
3b654c2
Copy full SHA for 3b654c2
Commits on Jul 19, 2022
Bump socket.io from 2.3.0 to 2.5.0 (#379)
Show description for fd8487b
dependabot[bot]
authored
fd8487b
Copy full SHA for fd8487b
Bump eventsource from 1.0.7 to 1.1.1 (#374)
Show description for 1292b60
dependabot[bot]
authored
1292b60
Copy full SHA for 1292b60
Bump socket.io-parser from 3.3.0 to 3.3.2 (#369)
Show description for c0c8645
dependabot[bot]
authored
c0c8645
Copy full SHA for c0c8645
Commits on May 6, 2022
Allow early termination to limit execution time with degenerate cases (#365)
Show description for f4cc58c
Tony Spataro
and
Tony Spataro
authored
f4cc58c
Copy full SHA for f4cc58c
Document and test options to createPatch (#345)
Show description for fffd8a7
oBusk
authored
fffd8a7
Copy full SHA for fffd8a7
Bump pathval from 1.1.0 to 1.1.1 (#347)
Show description for 92c9d90
dependabot[bot]
authored
92c9d90
Copy full SHA for 92c9d90
Bump path-parse from 1.0.6 to 1.0.7 (#326)
Show description for 2b00caf
dependabot[bot]
authored
2b00caf
Copy full SHA for 2b00caf
Bump ini from 1.3.5 to 1.3.8 (#368)
Show description for 5264866
dependabot[bot]
authored
5264866
Copy full SHA for 5264866
Bump lodash from 4.17.20 to 4.17.21 (#320)
Show description for 17159a4
dependabot[bot]
authored
17159a4
Copy full SHA for 17159a4
Fix GitHub pages URL (#321)
Show description for b8d24a4
ggrossetie
authored
b8d24a4
Copy full SHA for b8d24a4
Bump dns-packet from 1.3.1 to 1.3.4 (#323)
Show description for 809aadb
dependabot[bot]
authored
809aadb
Copy full SHA for 809aadb
Bump log4js from 6.3.0 to 6.4.0 (#340)
Show description for 3135398
dependabot[bot]
authored
3135398
Copy full SHA for 3135398
Bump url-parse from 1.4.7 to 1.5.10 (#356)
Show description for 3bb33f9
dependabot[bot]
authored
3bb33f9
Copy full SHA for 3bb33f9
Bump minimist from 1.2.5 to 1.2.6 (#361)
Show description for 5c2f138
dependabot[bot]
authored
5c2f138
Copy full SHA for 5c2f138
Bump follow-redirects from 1.13.0 to 1.14.8 (#349)
Show description for 193aa51
dependabot[bot]
authored
193aa51
Copy full SHA for 193aa51
Commits on Nov 8, 2020
5.0.0
kpdecker
committed
d358a57
Copy full SHA for d358a57
Remove dead code
kpdecker
committed
4428de9
Copy full SHA for 4428de9
Update release notes for 5.0.0
kpdecker
committed
7dbf2ea
Copy full SHA for 7dbf2ea
Update to match quirks of unified diff format (#297)
aray-openai
authored
c64d178
Copy full SHA for c64d178
Upgrade security flagged deps
kpdecker
committed
e47ca0a
Copy full SHA for e47ca0a
Commits on Oct 22, 2020
Fix README.md (#300)
howareyou2030
authored
5aa499b
Copy full SHA for 5aa499b
Commits on Aug 16, 2020
Upgrade major deps
kpdecker
committed
a2ce567
Copy full SHA for a2ce567
Upgrade minor deps (#295)
kpdecker
authored
8c7a4ab
Copy full SHA for 8c7a4ab
Upgrade old Karma libs (#294)
kpdecker
authored
4e41f90
Copy full SHA for 4e41f90
Remove grunt-clean
kpdecker
committed
a58c580
Copy full SHA for a58c580
Merge branch 'master' of github.com:kpdecker/jsdiff
kpdecker
committed
48ad9fe
Copy full SHA for 48ad9fe
added word wrap on results div (#231)
pietrop
authored
d19bb90
Copy full SHA for d19bb90
Separate patch creation from serialization. (#251)
Show description for 35c5e16
alloy
authored
35c5e16
Copy full SHA for 35c5e16
Threat each newline as separate word in `diffWordsWithSpace` (#217)
Mingun
authored
6464b29
Copy full SHA for 6464b29
Bump elliptic from 6.4.1 to 6.5.3 (#291)
Show description for 0dc6916
dependabot[bot]
authored
0dc6916
Copy full SHA for 0dc6916
Feat: Add `exports` map for Native ESM (#293)
lukeed
authored
8aea9cf
Copy full SHA for 8aea9cf
Commits on Jul 20, 2020
Bump lodash from 4.17.15 to 4.17.19 (#290)
Show description for da6cf29
dependabot[bot]
authored
da6cf29
Copy full SHA for da6cf29
Commits on Jun 16, 2020
Bump websocket-extensions from 0.1.3 to 0.1.4 (#288)
Show description for 16a4fb3
dependabot[bot]
authored
16a4fb3
Copy full SHA for 16a4fb3
Commits on May 4, 2020
Bump acorn from 5.7.3 to 5.7.4 (#281)
dependabot[bot]
authored
27d7c22
Copy full SHA for 27d7c22
Pagination
Previous
Next
You can’t perform that action at this time.