Socket
Socket
Sign inDemoInstall

@aws-crypto/util

Package Overview
Dependencies
3
Maintainers
9
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-crypto/util


Version published
Weekly downloads
14M
decreased by-17.46%
Maintainers
9
Created
Weekly downloads
 

Changelog

Source

1.2.0 (2021-09-17)

Bug Fixes

  • Adding ie11-detection dependency to sha1-browser (#213) (138750d)

  • feat!: Remove support for old version of Node.js (#210) (eb9100d), closes #210

Features

BREAKING CHANGES

  • Removing Node.Js 8 and 10 from CI

Readme

Source

@aws-crypto/crc32c

Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check

Usage

import { Crc32c } from '@aws-crypto/crc32c';

const crc32Digest = (new Crc32c).update(buffer).digest()

Test

npm test

FAQs

Last updated on 17 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc