@hpke/dhkem-secp256k1
Advanced tools
Comparing version 1.2.6 to 1.2.7
{ | ||
"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 () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@noble/curves@1.3.0(transitive)
- Removed@noble/curves@1.2.0(transitive)
- Removed@noble/hashes@1.3.2(transitive)
Updated@noble/curves@1.3.0