isomorphic-webcrypto

v2.3.8
webcrypto library for Node, React Native and IE11+
isomorphic webcrypto small

build

node build.js

prepublishOnly

npm run build

test

npm run build && npm run test:node && npm run test:react-native && npm run test:browser

test:node

jest ./__tests__/node.js

test:react-native

jest ./__tests__/react-native.js --config=jest.react-native.json

test:browser

karma start karma.conf.js --single-run

test:EdgeVM

npm run test:browser -- --browsers 'EdgeVM'

test:IE11VM

npm run test:browser -- --browsers 'IE11VM'

release

npm run test && npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish
npm i isomorphic-webcrypto

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/27/2021

Downloads

Maintainers