X Tutup
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: EclairJS/eclairjs-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: spark2.0
Choose a base ref
...
head repository: EclairJS/eclairjs-node
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.
  • 19 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 25, 2016

  1. Start of new branch to fix scoping issues

    Doron Rosenberg committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    059ab9d View commit details
    Browse the repository at this point in the history
  2. Make it tests run

    Doron Rosenberg committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    0f6732d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Convert top level files

    Doron Rosenberg committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    6191168 View commit details
    Browse the repository at this point in the history
  2. move conversions

    Doron Rosenberg committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    d2972ab View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Move conversions

    Doron Rosenberg committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    2704047 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Finish conversions

    Doron Rosenberg committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    3b1b2ac View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. Convert some of the examples to the new api

    Doron Rosenberg committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    ea0baa0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Make tests pass and covert more examples

    Doron Rosenberg committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    6045649 View commit details
    Browse the repository at this point in the history
  2. Update readme example and remove unneeded test file

    Doron Rosenberg committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    cfdc990 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. master is 0.8

    Doron Rosenberg committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    1366a7d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Fix for 2 vulnerable dependency paths

    eclairjs-node currently has a vulnerable dependency, introducing 2 different types of known vulnerabilities.
    
    [ReDOS vulnerability](https://snyk.io/vuln/npm:tough-cookie:20160722) in the `tough-cookie` dependency and  [remote memory exposure ](https://snyk.io/vuln/npm:request:20160119) vulnerability in the `request` dependency.
    You can see [Snyk test report](https://snyk.io/test/github/EclairJS/eclairjs-node) of this project for details.
    
    This PR changes `Package.json` to upgrade `request` to the newer 2.74.0 version, which uses the fixed `tough-cookie`  version 2.3.1, and does not pull in any other vulnerable dependencies.
    You can get alerts and fix PRs for future vulnerabilities for free by [watching this repo with Snyk](https://snyk.io/add).
    
    
    Full disclosure: I'm a part of the Snyk team, just looking to spread some security goodness and awareness ;)
    benmag1 authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    9139843 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Configuration menu
    Copy the full SHA
    5df84f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb1fc72 View commit details
    Browse the repository at this point in the history
  3. master is 0.8 and spark 2.0

    Doron Rosenberg committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    a1f667f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #114 from benmag1/benmag1-patch-1

    Fix for 2 vulnerable dependency paths
    Doron Rosenberg authored Sep 29, 2016
    Configuration menu
    Copy the full SHA
    effb841 View commit details
    Browse the repository at this point in the history
  5. master is 0.8 and spark 2.0

    Doron Rosenberg committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    ac3e65d View commit details
    Browse the repository at this point in the history
  6. update jupyter-js-services to latest version

    Doron Rosenberg committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    b15f6e5 View commit details
    Browse the repository at this point in the history
  7. minor change

    Doron Rosenberg committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    2af3c51 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Update README.md

    Doron Rosenberg authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    c143ab6 View commit details
    Browse the repository at this point in the history
Loading
X Tutup