Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trojs/validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.0.2
Choose a base ref
...
head repository: trojs/validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.0.3
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 5, 2024

  1. Update package

    w3nl committed Jul 5, 2024
    Copy the full SHA
    0be593c View commit details
  2. chore(deps): update dependency jscpd to v4.0.5

    renovate[bot] authored Jul 5, 2024
    Copy the full SHA
    f2495f8 View commit details
  3. Merge pull request #269 from trojs/feature/update-20240705

    Update package
    w3nl authored Jul 5, 2024
    Copy the full SHA
    0fa6784 View commit details
  4. Merge pull request #270 from trojs/renovate/jscpd-4.x-lockfile

    chore(deps): update dependency jscpd to v4.0.5
    w3nl authored Jul 5, 2024
    Copy the full SHA
    f2a892a View commit details
Showing with 27 additions and 27 deletions.
  1. +26 −26 package-lock.json
  2. +1 −1 package.json
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trojs/validator",
"version": "10.0.2",
"version": "10.0.3",
"description": "Object validator",
"main": "src/validator.js",
"type": "module",