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

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    19a4944 View commit details
    Browse the repository at this point in the history
  2. - add anthor email

    maxchou415 committed May 8, 2019
    Configuration menu
    Copy the full SHA
    45a3ffb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. core: Fix the check variable is set

    An empty string `""` and `undefined` — are definitely different values, but both
    are **falsey**. But the snippet you provided here can't differentiate them. So,
    even if the variable **is set, but its value is an empty string** (it is legal) your
    code will behave like the variable **is not set**. 
    
    Now fixed.
    
    from https://stackoverflow.com/a/52436493/1115187
    maxkoryukov authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    79bd920 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Merge pull request #1 from maxkoryukov/master

    core: Fix the check `variable is set`
    maxchou415 authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    79a07de View commit details
    Browse the repository at this point in the history
Loading