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: BaisilG/serialize-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yahoo/serialize-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 8 files changed
  • 5 contributors

Commits on Jul 16, 2020

  1. Bump lodash from 4.17.15 to 4.17.19 (yahoo#89)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    89eded4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Bump mocha from 8.0.1 to 8.1.0 (yahoo#90)

    Bumps [mocha](https://github.com/mochajs/mocha) from 8.0.1 to 8.1.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v8.0.1...v8.1.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    ccff78b View commit details
    Browse the repository at this point in the history
  2. Create Dependabot config file (yahoo#91)

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    776a081 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Bump mocha from 8.1.0 to 8.1.1 (yahoo#92)

    Bumps [mocha](https://github.com/mochajs/mocha) from 8.1.0 to 8.1.1.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v8.1.0...v8.1.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    704a483 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Bump mocha from 8.1.1 to 8.1.2 (yahoo#94)

    Bumps [mocha](https://github.com/mochajs/mocha) from 8.1.1 to 8.1.2.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v8.1.1...v8.1.2)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    d4bed9c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Support sparse arrays (yahoo#95)

    Signed-off-by: Victor Porof <[email protected]>
    Co-authored-by: Ryuichi Okumura <[email protected]>
    victorporof and okuryu authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    96431aa View commit details
    Browse the repository at this point in the history
  2. Bump mocha from 8.1.2 to 8.1.3 (yahoo#96)

    Bumps [mocha](https://github.com/mochajs/mocha) from 8.1.2 to 8.1.3.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v8.1.2...v8.1.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    13feb10 View commit details
    Browse the repository at this point in the history
  3. v5.0.0

    okuryu committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    282a3b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    d17bcb2 View commit details
    Browse the repository at this point in the history
  2. v5.0.1

    okuryu committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    8eb19aa View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. GitHub Aactions (yahoo#98)

    okuryu authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ac79a5a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. README: Replace deserialize eval with JSON.parse (yahoo#38)

    This updates README.md to suggest using [JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse) instead of eval to address security concerns.
    unlobito authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    85b0435 View commit details
    Browse the repository at this point in the history
Loading