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

isomorphic-secp256k1-js

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-secp256k1-js - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

package.json
{
"name": "isomorphic-secp256k1-js",
"version": "4.0.1",
"version": "4.0.2",
"description": "An ultra lightweight (2 kbyte) pure JavaScript implimentation for the secp256k1 curve for node and browsers.",

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

// @ts-check
import sha256 from "../src/sha256.js";
import sha256 from "./sha256.js";
import hmac_sha256 from "./hmac_sha256.js";

@@ -4,0 +4,0 @@ import { get_signature } from "./utils.js";

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