New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@libn/ecc

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

@libn/ecc - npm Package Compare versions

Comparing version
0.4.1
to
0.4.2
+1
-0
esm/ecc/convert.js

@@ -0,1 +1,2 @@

/** @module */
import { deBig, enBig, inv, mod, prune } from "./lib.js";

@@ -2,0 +3,0 @@ /** Converts an Ed25519 secret key to its X25519 equivalent. */

+1
-1
{
"name": "@libn/ecc",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "https://jsr.io/@libn/ecc",

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.convertPublic = exports.convertSecret = void 0;
/** @module */
const lib_js_1 = require("./lib.js");

@@ -5,0 +6,0 @@ /** Converts an Ed25519 secret key to its X25519 equivalent. */