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: pkrumins/node-tree-kill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: pkrumins/node-tree-kill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 9 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 5, 2018

  1. Add LICENSE file

    package.json says this project uses the MIT license, so include the license explicitly.
    orodley authored Apr 5, 2018
    Configuration menu
    Copy the full SHA
    d515c80 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Merge pull request #21 from orodley/patch-1

    Add LICENSE file
    billiegoose authored Apr 6, 2018
    Configuration menu
    Copy the full SHA
    6d6843c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Configuration menu
    Copy the full SHA
    c784c3d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Merge pull request #24 from LinusU/patch-1

    Add callback-as-second-argument support to typings
    billiegoose authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    32624c1 View commit details
    Browse the repository at this point in the history
  2. 1.2.1

    billiegoose committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    d408f04 View commit details
    Browse the repository at this point in the history
  3. update Changelog

    billiegoose committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    3b5b8fe View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. fix: sanitise pid parameter (#31)

    This patch adds a simple check to the process ID passed in, ensuring it
    is a number, and throwing an error otherwise. The aim is to fix the
    issue explained here:
    
    - https://hackerone.com/reports/701183
    - https://snyk.io/vuln/SNYK-JS-TREEKILL-536781
    
    Fixes: #30
    robcresswell authored and billiegoose committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    ff73dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deee138 View commit details
    Browse the repository at this point in the history
  3. 1.2.2

    billiegoose committed Dec 11, 2019
    1 Configuration menu
    Copy the full SHA
    cb47838 View commit details
    Browse the repository at this point in the history
Loading