extra-compatible
Advanced tools
Comparing version 0.1.1 to 0.1.2
export * from './performance-now'; | ||
export * from './hmac-sha256'; |
@@ -18,2 +18,3 @@ "use strict"; | ||
__exportStar(require("./performance-now"), exports); | ||
__exportStar(require("./hmac-sha256"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "extra-compatible", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -12,3 +12,4 @@ "keywords": [], | ||
"browser": { | ||
"./lib/performance-now.js": "./lib/performance-now.browser.js" | ||
"./lib/performance-now.js": "./lib/performance-now.browser.js", | ||
"./lib/hmac-sha256.js": "./lib/hmac-sha256.browser.js" | ||
}, | ||
@@ -40,2 +41,3 @@ "sideEffects": false, | ||
"@commitlint/config-conventional": "^17.2.0", | ||
"@peculiar/webcrypto": "^1.4.0", | ||
"@types/jest": "^27.4.1", | ||
@@ -42,0 +44,0 @@ "@typescript-eslint/eslint-plugin": "^5.41.0", |
@@ -14,1 +14,6 @@ # extra-compatible | ||
``` | ||
### hmacSHA256 | ||
```ts | ||
function hmacSHA256(secret: string, text: string): Promise<string> | ||
``` |
Sorry, the diff of this file is not supported yet
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
7655
18
66
19
17