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: raszi/node-tmp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: raszi/node-tmp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref

Commits on Jul 30, 2021

  1. Update README.md

    Remove mention of paths in the `template` option description.
    robertoaceves authored Jul 30, 2021
    Copy the full SHA
    1bd5f2a View commit details

Commits on Jul 31, 2021

  1. Merge pull request #271 from robertoaceves/patch-1

    Update README.md
    silkentrance authored Jul 31, 2021
    Copy the full SHA
    7e96f4d View commit details

Commits on Aug 23, 2022

  1. fix #268: Revert "fix #246: remove any double quotes or single quotes…

    … from os.tmpdir also sanitize dir option, the template option and the name option"
    
    This reverts commit c8823e5.
    
    Single quotes must not be removed from paths because they are valid (even if hard to use)
    on all OSes. Double quotes are only disallowed on Windows, but tmp should not change any
    arg it gets; instead, it should rely on the underlying fs API to fail with an error
    that the user needs to fix.
    mbargiel committed Aug 23, 2022
    Copy the full SHA
    fbc65be View commit details

Commits on Aug 26, 2022

  1. Copy the full SHA
    a831713 View commit details
  2. Merge pull request #278 from mbargiel/feature/fix-268-revert-sanitize…

    …-name
    
    fix #268: Revert "fix #246: remove any double quotes or single quotes…
    silkentrance authored Aug 26, 2022
    Copy the full SHA
    4c2d3f2 View commit details
  3. Copy the full SHA
    d766aef View commit details
  4. Copy the full SHA
    16cad4d View commit details
  5. Create node.js.yml

    add ci build workflow
    silkentrance authored Aug 26, 2022
    Copy the full SHA
    edbe950 View commit details
  6. Copy the full SHA
    848fdce View commit details
  7. Copy the full SHA
    0dac212 View commit details
  8. Copy the full SHA
    970bf34 View commit details
  9. 1
    Copy the full SHA
    455cbd3 View commit details
  10. Copy the full SHA
    7c31bbb View commit details
  11. Copy the full SHA
    541b198 View commit details
  12. Copy the full SHA
    7c9196c View commit details
  13. Copy the full SHA
    c492308 View commit details
  14. Copy the full SHA
    2160076 View commit details
  15. update docs

    silkentrance committed Aug 26, 2022
    Copy the full SHA
    da08266 View commit details
  16. update changelog

    silkentrance committed Aug 26, 2022
    Copy the full SHA
    31bf774 View commit details
  17. Copy the full SHA
    d6be356 View commit details
  18. update readme

    silkentrance committed Aug 26, 2022
    Copy the full SHA
    15d0692 View commit details
  19. update docs

    silkentrance committed Aug 26, 2022
    Copy the full SHA
    da3bc1a View commit details

Commits on Dec 30, 2022

  1. Bump flat and mocha

    Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
    
    
    Updates `flat` from 4.1.1 to 5.0.2
    - [Release notes](https://github.com/hughsk/flat/releases)
    - [Commits](hughsk/flat@4.1.1...5.0.2)
    
    Updates `mocha` from 6.2.3 to 10.2.0
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v6.2.3...v10.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: flat
      dependency-type: indirect
    - dependency-name: mocha
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 30, 2022
    Copy the full SHA
    3a81a17 View commit details

Commits on May 3, 2023

  1. Update README.md

    dnicolson authored May 3, 2023
    Copy the full SHA
    d0f7f43 View commit details

Commits on Aug 9, 2023

  1. Merge pull request #288 from dnicolson/patch-1

    Fix badges
    raszi authored Aug 9, 2023
    Copy the full SHA
    5643de3 View commit details
  2. Merge pull request #283 from raszi/dependabot/npm_and_yarn/flat-and-m…

    …ocha-5.0.2
    
    Bump flat and mocha
    raszi authored Aug 9, 2023
    Copy the full SHA
    aab7312 View commit details

Commits on Feb 28, 2024

  1. Copy the full SHA
    00bb5b2 View commit details
  2. Drop Node v12 compatibility

    raszi committed Feb 28, 2024
    Copy the full SHA
    e498d91 View commit details
  3. Add 20.x to the CI

    raszi committed Feb 28, 2024
    Copy the full SHA
    04371f3 View commit details
  4. Merge pull request #293 from raszi/fix/rimraf

    chore: upgrade rimraf to fix transitive vulnerability
    raszi authored Feb 28, 2024
    Copy the full SHA
    93854c2 View commit details
  5. Update Changelog

    raszi committed Feb 28, 2024
    Copy the full SHA
    9958e21 View commit details
  6. Update version

    raszi committed Feb 28, 2024
    Copy the full SHA
    7e5f154 View commit details
  7. Merge pull request #294 from raszi/fix/update-version

    chore: update version
    raszi authored Feb 28, 2024
    Copy the full SHA
    9fcf3ce View commit details
Loading