Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extra-compatible

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-compatible - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

lib/hmac-sha256.browser.d.ts

1

lib/index.d.ts
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

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc