New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@konfirm/checksum

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@konfirm/checksum - npm Package Versions

2

2.0.2

Diff

Changelog

Source

[2.0.2] - 2023-10-14

Fixed

  • updated dependencies
  • ensure the changes in supported algorithms for the Node.js versions are correctly tested
rogier.spieker
published 2.0.1 •

Changelog

Source

[2.0.1] - 2021-12-12

Changed

  • replaced tap-spec with tap-arc
  • changed CI/CD from travis to github actions
  • getHashes is now only called once instead of on every check (resolves potential memory leak)
rogier.spieker
published 2.0.0 •

Changelog

Source

[2.0.0] - 2021-06-13

Breaking release

Breaking changes

  • No default export (this does not actually affect CommonJS usage)
  • Removed several public facing members (verifyAlgorithmAndDigest, ALGORITHMS, DIGEST_METHODS)

Added

  • Typescript support (library rewritten to Typescript)
  • ES Modules support (CommonJS support is maintained)

Removed

  • The verifyAlgorithmAndDigest method
  • The ALGORITHMS property (one can use crypto.getHashes() if the list is needed)
  • The DIGEST_METHODS property ('hex' and 'base64' are the only supported ones, 'latin1' is no longer supported)
rogier.spieker
published 1.0.8 •

Changelog

Source

[1.0.8] - 2020-09-06

Maintenance release

Changed

  • Minimum Node.js version is now 8 (earliest offically supported version)
  • Updated travis test targets to include Node.js 13 and 14, removing Node.js 7
  • Skip tests for hmac using shake128 and shake256 entirely
rogier.spieker
published 1.0.7 •

Changelog

Source

[1.0.7] - 2019-08-26

Maintenance release

Changed

  • Updated dependencies: @konfirm/labrat minor upgrade
  • removed package lock (so our users always update to the lastest versions of our dependencies)
rogier.spieker
published 1.0.5 •

Changelog

Source

[1.0.5] - 2019-06-05

Maintenance release

Changed

  • Updated dependencies: @konfirm/labrat major upgrade
  • Updated travis test targets to include Node.js 11 and 12
rogier.spieker
published 1.0.4 •

Changelog

Source

[1.0.4] - 2019-02-08

Maintenance release

Changed

  • Updated dependencies: potential lodash 4.17.11 vulnerability in (sub) dev dependency
rogier.spieker
published 1.0.3 •

Changelog

Source

[1.0.3] - 2018-07-11

Implementation change

Fixed

  • Objects now have every property (that is not a function) taken into account
rogier.spieker
published 1.0.2 •

Changelog

Source

[1.0.2] - 2018-04-27

Maintenance release

Changed

  • Updated dependencies (@konfirm/labrat)
  • Updated travis test targets to include Node.js 10
rogier.spieker
published 1.0.1 •

Changelog

Source

[1.0.1] - 2017-12-22

Maintenance release

Removed

  • Remove from publication: test, configuration files
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc