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: BinaryBeast/demux-js-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b7253e8
Choose a base ref
...
head repository: EOSIO/demux-js-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c7cd9ff
Choose a head ref
  • 15 commits
  • 7 files changed
  • 7 contributors

Commits on Aug 29, 2019

  1. Bump mixin-deep from 1.3.1 to 1.3.2

    Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
    - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
    - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 29, 2019
    Configuration menu
    Copy the full SHA
    0c03808 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Fixed syntax for CommonJS module exporting/importing.

    `massive` is written in CommonJS and not Typescript. Exporting it like `export {default as massive} from 'massive'` would export massive with `undefined` value.
    UtkarshPramodGupta authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    8ebae7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dca2e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee678a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Merge pull request EOSIO#83 from UtkarshPramodGupta/patch-1

    Fixed syntax for CommonJS module exporting/importing.
    Julien Heller authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    3dc736e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36989d View commit details
    Browse the repository at this point in the history
  3. Merge pull request EOSIO#79 from EOSIO/dependabot/npm_and_yarn/mixin-…

    …deep-1.3.2
    
    Bump mixin-deep from 1.3.1 to 1.3.2
    Julien Heller authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    a4d319f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Upgrade demux to edge

    Julien Heller committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    3d9aa79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request EOSIO#84 from EOSIO/upgrade-to-edge

    Upgrade demux to edge
    Julien Heller authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    45adc85 View commit details
    Browse the repository at this point in the history
  3. Fix export of massive; await to make tests finish faster

    Julien Heller committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    5662b03 View commit details
    Browse the repository at this point in the history
  4. Merge pull request EOSIO#85 from EOSIO/fix-massive-export

    Fix export of massive
    Julien Heller authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    b021711 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Update security issues

    Update travis scripts to use yarn
    
    Version lock
    Jon La Marr committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    94cfcb4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request EOSIO#89 from EOSIO/security-audit

    Fix security issues
    jlamarr22 authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    41e0bef View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. updating deps

    Mike Manfredi committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    61b9165 View commit details
    Browse the repository at this point in the history
  2. Merge pull request EOSIO#91 from EOSIO/upgradingDeps

    Upgrading deps to eliminate security warningns
    GreenBusDriver authored Jan 24, 2020
    Configuration menu
    Copy the full SHA
    c7cd9ff View commit details
    Browse the repository at this point in the history
Loading