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

@hpke/dhkem-secp256k1

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpke/dhkem-secp256k1 - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

4

package.json
{
"name": "@hpke/dhkem-secp256k1",
"version": "1.2.6",
"version": "1.2.7",
"description": "A Hybrid Public Key Encryption (HPKE) module extension for secp256k1 curve (EXPERIMENTAL)",

@@ -43,3 +43,3 @@ "keywords": [

"dependencies": {
"@noble/curves": "1.2.0",
"@noble/curves": "1.3.0",
"@noble/hashes": "1.3.3"

@@ -46,0 +46,0 @@ },

@@ -48,4 +48,4 @@ <h1 align="center">@hpke/dhkem-secp256k1</h1>

// use a specific version
import * as hpke from "https://deno.land/x/hpke@1.2.6/core/mod.ts";
import * as secp256k1 from "https://deno.land/x/hpke@1.2.6/x/dhkem-secp256k1/mod.ts";
import * as hpke from "https://deno.land/x/hpke@1.2.7/core/mod.ts";
import * as secp256k1 from "https://deno.land/x/hpke@1.2.7/x/dhkem-secp256k1/mod.ts";

@@ -67,4 +67,4 @@ // use the latest stable version

<script type="module">
import * as hpke from "https://esm.sh/@hpke/core@1.2.6";
import * as secp256k1 from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.6";
import * as hpke from "https://esm.sh/@hpke/core@1.2.7";
import * as secp256k1 from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.7";
// ...

@@ -86,4 +86,4 @@ </script>

<script type="module">
import * as hpke from "https://unpkg.com/@hpke/core@1.2.6/esm/mod.js";
import * as secp256k1 from "https://unpkg.com/@hpke/dhkem-secp256k1@1.2.6/esm/mod.js";
import * as hpke from "https://unpkg.com/@hpke/core@1.2.7/esm/mod.js";
import * as secp256k1 from "https://unpkg.com/@hpke/dhkem-secp256k1@1.2.7/esm/mod.js";
// ...

@@ -153,4 +153,4 @@ </script>

```js
import { Aes256Gcm, CipherSuite, HkdfSha512 } from "https://deno.land/x/hpke@1.2.6/core/mod.ts";
import { DhkemSecp256k1HkdfSha256 } from "https://deno.land/x/hpke@1.2.6/x/dhkem-secp256k1/mod.ts";
import { Aes256Gcm, CipherSuite, HkdfSha512 } from "https://deno.land/x/hpke@1.2.7/core/mod.ts";
import { DhkemSecp256k1HkdfSha256 } from "https://deno.land/x/hpke@1.2.7/x/dhkem-secp256k1/mod.ts";

@@ -200,4 +200,4 @@ async function doHpke() {

<script type="module">
import { Aes128Gcm, CipherSuite, HkdfSha256 } from "https://esm.sh/@hpke/core@1.2.6";
import { DhkemSecp256k1HkdfSha256 } from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.6";
import { Aes128Gcm, CipherSuite, HkdfSha256 } from "https://esm.sh/@hpke/core@1.2.7";
import { DhkemSecp256k1HkdfSha256 } from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.7";

@@ -204,0 +204,0 @@ globalThis.doHpke = async () => {

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