@buckless/signed-data
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "@buckless/signed-data", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Sign unsigned numbers using HMAC-SHA1", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -139,3 +139,3 @@ # signed-data | ||
# Override secret from constructor | ||
key(secret: String) | ||
key(secret: String) : SignedData | ||
``` | ||
@@ -142,0 +142,0 @@ |
@@ -38,2 +38,4 @@ const nativeSha1 = require('./nativeSha1') | ||
this.secret = secret | ||
return this | ||
} | ||
@@ -40,0 +42,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15996
17
379
0