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: Stuk/jszip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: DigiExam/jszip2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 9, 2019

  1. Copy the full SHA
    81f8a83 View commit details
  2. Updated changelog

    robinwassen committed Jan 9, 2019
    Copy the full SHA
    65339ed View commit details
  3. Copy the full SHA
    3b3ada4 View commit details
  4. 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>
    ChALkeR authored and robinwassen committed Jan 9, 2019
    Copy the full SHA
    eb1d0d7 View commit details
  5. 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>
    ChALkeR authored and robinwassen committed Jan 9, 2019
    Copy the full SHA
    0f6fad0 View commit details
  6. Copy the full SHA
    0ee6108 View commit details
  7. Cleaned up README.md

    robinwassen committed Jan 9, 2019
    Copy the full SHA
    334c876 View commit details
  8. Release 3.1.7

    robinwassen committed Jan 9, 2019
    Copy the full SHA
    822b2a7 View commit details
  9. Dist files 3.1.7

    robinwassen committed Jan 9, 2019
    Copy the full SHA
    9c36bf1 View commit details
  10. Release 3.1.8

    robinwassen committed Jan 9, 2019
    Copy the full SHA
    1fb4571 View commit details
Loading