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.3 to 1.2.4

4

package.json

@@ -6,3 +6,3 @@ {

"name": "@hpke/dhkem-secp256k1",
"version": "1.2.3",
"version": "1.2.4",
"description": "A Hybrid Public Key Encryption (HPKE) module extension for secp256k1 curve (EXPERIMENTAL)",

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

"picocolors": "^1.0.0",
"@noble/ciphers": "0.3.0",
"@noble/ciphers": "0.4.0",
"@deno/shim-deno": "~0.16.1"
}
}

@@ -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.3/core/mod.ts";
import * as secp256k1 from "https://deno.land/x/hpke@1.2.3/x/dhkem-secp256k1/mod.ts";
import * as hpke from "https://deno.land/x/hpke@1.2.4/core/mod.ts";
import * as secp256k1 from "https://deno.land/x/hpke@1.2.4/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.3";
import * as secp256k1 from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.3";
import * as hpke from "https://esm.sh/@hpke/core@1.2.4";
import * as secp256k1 from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.4";
// ...

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

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

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

```js
import { Aes256Gcm, CipherSuite, HkdfSha512 } from "https://deno.land/x/hpke@1.2.3/core/mod.ts";
import { DhkemSecp256k1HkdfSha256 } from "https://deno.land/x/hpke@1.2.3/x/dhkem-secp256k1/mod.ts";
import { Aes256Gcm, CipherSuite, HkdfSha512 } from "https://deno.land/x/hpke@1.2.4/core/mod.ts";
import { DhkemSecp256k1HkdfSha256 } from "https://deno.land/x/hpke@1.2.4/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.3";
import { DhkemSecp256k1HkdfSha256 } from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.3";
import { Aes128Gcm, CipherSuite, HkdfSha256 } from "https://esm.sh/@hpke/core@1.2.4";
import { DhkemSecp256k1HkdfSha256 } from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.4";

@@ -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