New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

universal-hmac-sha256-js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-hmac-sha256-js - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "universal-hmac-sha256-js",
"version": "3.0.0",
"version": "3.0.1",
"description": "A universal JavaScript HMAC-SHA256 hashing algorithm (browsers + Node.js).",

@@ -5,0 +5,0 @@ "repository": {

@@ -11,3 +11,3 @@ # Universal-HMAC-SHA256-js

```shell
npm i universal-hmac-sha256
npm i universal-hmac-sha256-js
```

@@ -18,3 +18,3 @@

```js
const hmac_sha256 = import('universal-hmac-sha256/hmac-sha256-node.mjs')
const hmac_sha256 = import('universal-hmac-sha256-js/hmac-sha256-node.mjs')
```

@@ -25,3 +25,3 @@

```js
import hmac_sha256 from 'universal-hmac-sha256/hmac-sha256-node.mjs'
import hmac_sha256 from 'universal-hmac-sha256-js/hmac-sha256-node.mjs'
```

@@ -28,0 +28,0 @@

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