パッケージの詳細

extra-compatible

BlackGlory5.4kMIT0.2.2

sh npm install --save extra-compatible # or yarn add extra-compatible

readme

extra-compatible

Install

npm install --save extra-compatible
# or
yarn add extra-compatible

API

performanceNow

function performanceNow(): number

hmacSHA256

function hmacSHA256(secret: string, text: string): Promise<string>

sha256

function sha256(input: string | DataView | TypedArray): Promise<string>

sha1

function sha1(input: string | DataView | TypedArray): Promise<string>

更新履歴

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.2 (2023-11-25)

Features

0.2.1 (2023-06-10)

Bug Fixes

0.2.0 (2023-01-22)

⚠ BREAKING CHANGES

    • CommonJS => ESM.
  • The minimal version of Node.js is 16.

Bug Fixes

0.1.6 (2023-01-21)

0.1.5 (2023-01-21)

0.1.4 (2022-11-02)

Features

  • accept more types of input (a8c0ee3)

Bug Fixes

0.1.3 (2022-11-02)

Features

0.1.2 (2022-11-01)

Features

0.1.1 (2022-11-01)

Bug Fixes

0.1.0 (2022-11-01)

Features