[Pkg-javascript-commits] [node-hash.js] branch upstream updated (b8d2001 -> e71f4ba)
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 12:00:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a change to branch upstream
in repository node-hash.js.
from b8d2001 1.0.3
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
The 14 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 +-
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 +-
19 files changed, 1811 insertions(+), 635 deletions(-)
create mode 100644 .eslintrc.js
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