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: jonschlinkert/set-value
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.2
Choose a base ref
...
head repository: jonschlinkert/set-value
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.1
Choose a head ref
  • 19 commits
  • 28 files changed
  • 8 contributors

Commits on Aug 29, 2019

  1. Remove sudo settings from .travis.yml

    'sudo' seems to be unavailable.
    Remove sudo settings from .travis.yml
    
    https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
    abetomo committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    a5cb39c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

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

Commits on Jun 12, 2020

  1. swap missing parent assignment of {} to after last target check to av…

    …oid extraneous assignment and support setter with observable
    dkebler committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    4952147 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Add support for arrays

    petermorlion committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    f37500e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Merge pull request #18 from abetomo/remove_sudo_settings_from_travis_yml

    Remove sudo settings from .travis.yml
    jonschlinkert authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    042bb56 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Merge pull request #22 from zeidoo/master

    add support for array creation
    jonschlinkert authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    db9602f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a69dfe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from dkebler/setter-observable

    swap missing parent assignment of {} to after last target check to av…
    jonschlinkert authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    fb3e52d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dc7ff3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #26 from petermorlion/array-support

    Add support for arrays
    jonschlinkert authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a68f550 View commit details
    Browse the repository at this point in the history
  6. refactor

    jonschlinkert committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    c4eb609 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2456e62 View commit details
    Browse the repository at this point in the history
  8. fix node versions

    jonschlinkert committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    599bccc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #29 from jonschlinkert/dev

    refactor
    jonschlinkert authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    772e8f4 View commit details
    Browse the repository at this point in the history
  10. 4.0.0

    jonschlinkert committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    010f017 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Security Fix for Prototype Pollution

    Fix prototype pollution when path components are not strings
    ready-research authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    383b72d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Merge pull request #33 from ready-research/ready-research-Prototype-P…

    …ollution
    
    Security Fix for Prototype Pollution
    jonschlinkert authored Sep 12, 2021
    Configuration menu
    Copy the full SHA
    b057b1b View commit details
    Browse the repository at this point in the history
  2. lint

    jonschlinkert committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    17ac6b7 View commit details
    Browse the repository at this point in the history
  3. 4.0.1

    Fixes #33 thanks to @ready-research.
    jonschlinkert committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    7cf8073 View commit details
    Browse the repository at this point in the history
Loading