🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

js-sha256

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-sha256 - npm Package Versions

23

0.11.1

Diff
emn178
published 0.11.1 •

Changelog

Source

v0.11.1 / 2025-05-24

Fixed

  • Fix NodeJS check for electron renderer #49
emn178
published 0.11.0 •

Changelog

Source

v0.11.0 / 2024-01-24

Fixed

  • Generates incorrect hash in some cases #43
  • dependencies and security issues. #41
emn178
published 0.10.1 •

Changelog

Source

v0.10.1 / 2023-08-31

Added

  • Disable webpack polyfill.
emn178
published 0.10.0 •

Changelog

Source

v0.10.0 / 2023-08-30

Fixed

  • Chrome bug by workaround. #40
  • deprecated new Buffer, replace with Buffer.from. #34
  • dependencies and security issues. #32, #36

Changed

  • TypeScript interface, secretKey can be bytes like message. #23, #25
  • remove eval and use require directly. #18, #26
emn178
published 0.9.0 •

Changelog

Source

v0.9.0 / 2017-12-18

Fixed

  • incorrect result when first bit is 1 of bytes.

Changed

  • throw error by Error oject. #13

Added

  • TypeScript interfaces. #12
emn178
published 0.8.0 •

Changelog

Source

v0.8.0 / 2017-11-19

Added

  • support for web worker.
  • typescript types. #10

Changed

  • prevent webpack to require dependencies.
emn178
published 0.7.1 •

Changelog

Source

v0.7.1 / 2017-10-31

Improved

  • performance of hBytes increment.
emn178
published 0.7.0 •

Changelog

Source

v0.7.0 / 2017-10-31

Fixed

  • incorrect result when file size >= 512M.
emn178
published 0.6.0 •

Changelog

Source

v0.6.0 / 2017-07-11

Added

  • HMAC feature.

Changed

  • throw error if input type is incorrect.
emn178
published 0.5.0 •

Changelog

Source

v0.5.0 / 2017-01-24

Added

  • Streaming support #6