- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: Stuk/jszip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: DigiExam/jszip2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 6 files changed
- 2 contributors
Commits on Jan 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 81f8a83 - Browse repository at this point
Copy the full SHA 81f8a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65339ed - Browse repository at this point
Copy the full SHA 65339edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b3ada4 - Browse repository at this point
Copy the full SHA 3b3ada4View commit details -
nodejsUtils: don't use deprecated Buffer api
This avoids using Buffer constructor API on newer Node.js versions. To achieve that, Buffer.from presence is checked, with validating that it's not the same method as Uint8Array.from. Refs: https://nodejs.org/api/deprecations.html#deprecations_dep0005_buffer_constructor Signed-off-by: Robin Andersson <robin.andersson@digiexam.se>
Configuration menu - View commit details
-
Copy full SHA for eb1d0d7 - Browse repository at this point
Copy the full SHA eb1d0d7View commit details -
nodejsUtils: additional Buffer safeguards for older Node.js
1. In allocBuffer(), ensure buffers allocated with new Buffer() are zero-filled. On newer Node.js versions, Buffer.alloc() zero-fills already. 2. In newBufferFrom(), throw when 'data' argument is a number. On newer Node.js versions, Buffer.from(number)/new Buffer(number, encooding) throw already. Signed-off-by: Robin Andersson <robin.andersson@digiexam.se>
Configuration menu - View commit details
-
Copy full SHA for 0f6fad0 - Browse repository at this point
Copy the full SHA 0f6fad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee6108 - Browse repository at this point
Copy the full SHA 0ee6108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 334c876 - Browse repository at this point
Copy the full SHA 334c876View commit details -
Configuration menu - View commit details
-
Copy full SHA for 822b2a7 - Browse repository at this point
Copy the full SHA 822b2a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c36bf1 - Browse repository at this point
Copy the full SHA 9c36bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb4571 - Browse repository at this point
Copy the full SHA 1fb4571View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master