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: shelljs/shelljs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.3
Choose a base ref
...
head repository: shelljs/shelljs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.5
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 25, 2020

  1. Silence potentially upcoming circular dependency warning (#973)

    Node.js is currently considering printing a warning when a non-existent
    property of `module.exports` is accessed while in a circular `require()`
    dependency, in order to make it easier to catch issues with circular
    dependencies.
    
    In order to avoid printing these warnings for shelljs, checking for the
    property’s existence rather than its truthiness suffices.
    
    Refs: nodejs/node#29935
    addaleax authored and nfischer committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    a1111ee View commit details
    Browse the repository at this point in the history
  2. 0.8.4

    nfischer committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    fcf1651 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. fix(exec): lockdown file permissions (#1060)

    This locks down file permissions used by the internal implementation of
    `shell.exec()`.
    
    Issue #1058
    Tested manually using the documented scenarios
    nfischer committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    d919d22 View commit details
    Browse the repository at this point in the history
  2. 0.8.5

    nfischer committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    70668a4 View commit details
    Browse the repository at this point in the history
Loading