[Pkg-javascript-commits] [node-hash.js] branch master updated (cfdd617 -> 2e3fdb3)

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 12:00:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a change to branch master
in repository node-hash.js.

      from  cfdd617   Run testsuite
       new  ec31478   lib: refactor for browsers
       new  6942e53   readme: update
       new  8ffe9b2   travis: stable!
       new  423f9b4   package: bump dependencies
       new  f62387c   travis: fix typo
       new  bb83b34   travis: remove old node.js versions
       new  224838e   1.1.0
       new  161ebab   package: make mocha dev dependency again
       new  78fa691   1.1.1
       new  8337f23   utils: remove obscure assignment
       new  cf43ff0   1.1.2
       new  2bef751   lib: add typescript declaration file
       new  36e26d3   1.1.3
       new  e71f4ba   Import node-hash.js_1.1.3.orig.tar.gz
       new  581477e   record new upstream branch created by importing node-hash.js_1.1.3.orig.tar.gz and merge it
       new  00cc73b   New upstream version
       new  6a01cb5   Use assert instead of minimalist-assert
       new  27b00bb   merge patched into master
       new  2e3fdb3   Fix depends

The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .eslintrc.js                                       |  25 +
 .travis.yml                                        |   6 +-
 README.md                                          |  19 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   6 +-
 ...1-Use-assert-instead-of-minimalist-assert.patch |  92 ++
 debian/patches/series                              |   1 +
 debian/rules                                       |   3 +-
 debian/tests/control                               |   2 +-
 debian/tests/require                               |   2 +-
 lib/hash.d.ts                                      | 105 +++
 lib/hash/common.js                                 |   9 +-
 lib/hash/hmac.js                                   |  11 +-
 lib/hash/ripemd.js                                 |   8 +-
 lib/hash/sha.js                                    | 569 +-----------
 lib/hash/sha/1.js                                  |  74 ++
 lib/hash/sha/224.js                                |  30 +
 lib/hash/sha/256.js                                | 105 +++
 lib/hash/sha/384.js                                |  35 +
 lib/hash/sha/512.js                                | 330 +++++++
 lib/hash/sha/common.js                             |  49 ++
 lib/hash/utils.js                                  |  66 +-
 package-lock.json                                  | 957 +++++++++++++++++++++
 package.json                                       |  12 +-
 test/hash-test.js                                  |  23 +-
 test/hmac-test.js                                  |  13 +-
 27 files changed, 1926 insertions(+), 648 deletions(-)
 create mode 100644 .eslintrc.js
 create mode 100644 debian/patches/0001-Use-assert-instead-of-minimalist-assert.patch
 create mode 100644 debian/patches/series
 create mode 100644 lib/hash.d.ts
 create mode 100644 lib/hash/sha/1.js
 create mode 100644 lib/hash/sha/224.js
 create mode 100644 lib/hash/sha/256.js
 create mode 100644 lib/hash/sha/384.js
 create mode 100644 lib/hash/sha/512.js
 create mode 100644 lib/hash/sha/common.js
 create mode 100644 package-lock.json

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-hash.js.git



More information about the Pkg-javascript-commits mailing list