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

eccrypto-js

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eccrypto-js - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

package.json
{
"name": "eccrypto-js",
"description": "Elliptic curve cryptography library (NodeJS, Browser and Pure JS)",
"version": "4.2.0",
"version": "4.2.1",
"author": "Pedro Gomes <github.com/pedrouid>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -53,3 +53,3 @@ # eccrypto-js [![npm version](https://badge.fury.io/js/eccrypto-js.svg)](https://badge.fury.io/js/eccrypto-js)

const result = await testHmacVerify(macKey, dataToMac, mac);
const result = await eccryptoJS.hmacSha256Verify(macKey, dataToMac, mac);

@@ -56,0 +56,0 @@ // result will return true if match

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