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: danang-id/simple-crypto-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: danang-id/simple-crypto-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.0
Choose a head ref
  • 18 commits
  • 10 files changed
  • 6 contributors

Commits on Sep 3, 2019

  1. Update .travis.yml

    danang-id authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    b4263e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Fixed typo

    I think this is a typo in the documentation
    LAMike310 authored Oct 14, 2019
    Configuration menu
    Copy the full SHA
    f3b4add View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Merge pull request #13 from LAMike310/patch-1

    Fixed typo
    danang-id authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    ae32135 View commit details
    Browse the repository at this point in the history
  2. Fix more typo

    danang-id authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    6aea8d1 View commit details
    Browse the repository at this point in the history
  3. Fix more typo

    danang-id authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    4086f21 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Bump handlebars from 4.1.2 to 4.5.3

    Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
    - [Release notes](https://github.com/wycats/handlebars.js/releases)
    - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
    - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 29, 2019
    Configuration menu
    Copy the full SHA
    7fcc38a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Bump acorn from 6.2.1 to 6.4.1

    Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.1 to 6.4.1.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@6.2.1...6.4.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 15, 2020
    Configuration menu
    Copy the full SHA
    c442f72 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

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

Commits on Mar 20, 2020

  1. Merge pull request #1 from adi928/master

    Merging fix on-behalf of @adi928 (040-js-simple-crypto-js).
    huntr-helper authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    6f21c80 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Merge pull request #17 from 418sec/master

    huntr - Insecure  Cryptography Algorithm Fix
    danang-id authored May 8, 2020
    Configuration menu
    Copy the full SHA
    4165843 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from danang-id/dependabot/npm_and_yarn/handleb…

    …ars-4.5.3
    
    Bump handlebars from 4.1.2 to 4.5.3
    danang-id authored May 8, 2020
    Configuration menu
    Copy the full SHA
    a868aea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from danang-id/dependabot/npm_and_yarn/acorn-6…

    ….4.1
    
    Bump acorn from 6.2.1 to 6.4.1
    danang-id authored May 8, 2020
    Configuration menu
    Copy the full SHA
    551b252 View commit details
    Browse the repository at this point in the history
  4. Docs: version 2.3.0 release

    Add features update on version 2.3.0, also fix some typos
    danang-id committed May 8, 2020
    Configuration menu
    Copy the full SHA
    ba6fd57 View commit details
    Browse the repository at this point in the history
  5. Fix: cryptographic test to conform #17

    The test is broken after the fix of chosen cipher text attack [PR #17]
    danang-id committed May 8, 2020
    Configuration menu
    Copy the full SHA
    81de762 View commit details
    Browse the repository at this point in the history
  6. Misc: idea

    danang-id committed May 8, 2020
    Configuration menu
    Copy the full SHA
    bb3a8d0 View commit details
    Browse the repository at this point in the history
  7. Release ver. 2.3.0

    Bump to ver. 2.3.0, upgrade crypto-js to ver. 4.0.0, upgrade all devDependency
    danang-id committed May 8, 2020
    Configuration menu
    Copy the full SHA
    0cf01f1 View commit details
    Browse the repository at this point in the history
  8. Add: NYC configuration file

    Add NYC configuration file
    danang-id committed May 8, 2020
    Configuration menu
    Copy the full SHA
    a98e6b2 View commit details
    Browse the repository at this point in the history
  9. Change: run test of Travis

    Travis now should run the test script before coverage
    danang-id committed May 8, 2020
    Configuration menu
    Copy the full SHA
    7303463 View commit details
    Browse the repository at this point in the history
Loading