@aws-crypto/decrypt-browser

v4.0.1
The AWS Encryption SDK for JavaScript is a client-side encryption library designed to make it easy for everyone to encrypt and decrypt data using industry standards and best practices. It uses a data format compatible with the AWS Encryption SDKs in other

prepublishOnly

tsc -p tsconfig.json && tsc -p tsconfig.module.json

lint

run-s lint-*

lint-eslint

eslint src/*.ts test/**/*.ts

lint-prettier

prettier -c src/*.ts test/**/*.ts

karma

karma start karma.conf.js

test

npm run lint && npm run coverage

coverage

npm run karma && nyc report --exclude-after-remap false -t .karma_output --check-coverage
npm i @aws-crypto/decrypt-browser

Metadata

  • Apache-2.0
  • Whatever
  • AWS Crypto Tools Team
  • released 7/30/2024

Downloads