hm-crypto-nodejs
Advanced tools
Comparing version 1.0.2 to 1.0.3
'use strict'; | ||
const { HmCrypto } = require('./lib'); | ||
const HmCrypto = require('./lib').HmCrypto; | ||
@@ -5,0 +5,0 @@ module.exports = (digestType, privateKey, publicKey) => { |
{ | ||
"name": "hm-crypto-nodejs", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Node.js library for signing and validating requests", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10783