@hpke/dhkem-x448
Advanced tools
Comparing version 1.2.8 to 1.2.9
export declare const dntGlobalThis: Omit<typeof globalThis, never>; | ||
//# sourceMappingURL=_dnt.shims.d.ts.map |
export { DhkemX448HkdfSha512 } from "../../src/kems/dhkemX448.js"; | ||
//# sourceMappingURL=mod.d.ts.map |
{ | ||
"name": "@hpke/dhkem-x448", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "A Hybrid Public Key Encryption (HPKE) module extension for X448", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
}, | ||
"_generatedBy": "dnt@0.40.0" | ||
"_generatedBy": "dnt@dev" | ||
} |
@@ -48,4 +48,4 @@ <h1 align="center">@hpke/dhkem-x448</h1> | ||
// use a specific version | ||
import * as hpke from "https://deno.land/x/hpke@1.2.8/core/mod.ts"; | ||
import * as x448 from "https://deno.land/x/hpke@1.2.8/x/dhkem-x448/mod.ts"; | ||
import * as hpke from "https://deno.land/x/hpke@1.2.9/core/mod.ts"; | ||
import * as x448 from "https://deno.land/x/hpke@1.2.9/x/dhkem-x448/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.8"; | ||
import * as x448 from "https://esm.sh/@hpke/dhkem-x448@1.2.8"; | ||
import * as hpke from "https://esm.sh/@hpke/core@1.2.9"; | ||
import * as x448 from "https://esm.sh/@hpke/dhkem-x448@1.2.9"; | ||
// ... | ||
@@ -86,4 +86,4 @@ </script> | ||
<script type="module"> | ||
import * as hpke from "https://unpkg.com/@hpke/core@1.2.8/esm/mod.js"; | ||
import * as x448 from "https://unpkg.com/@hpke/dhkem-x448@1.2.8/esm/mod.js"; | ||
import * as hpke from "https://unpkg.com/@hpke/core@1.2.9/esm/mod.js"; | ||
import * as x448 from "https://unpkg.com/@hpke/dhkem-x448@1.2.9/esm/mod.js"; | ||
// ... | ||
@@ -153,4 +153,4 @@ </script> | ||
```js | ||
import { KdfId, AeadId, CipherSuite } from "https://deno.land/x/hpke@1.2.8/core/mod.ts"; | ||
import { DhkemX448HkdfSha512 } from "https://deno.land/x/hpke@1.2.8/x/dhkem-x448/mod.ts"; | ||
import { KdfId, AeadId, CipherSuite } from "https://deno.land/x/hpke@1.2.9/core/mod.ts"; | ||
import { DhkemX448HkdfSha512 } from "https://deno.land/x/hpke@1.2.9/x/dhkem-x448/mod.ts"; | ||
@@ -200,4 +200,4 @@ async function doHpke() { | ||
<script type="module"> | ||
import { Aes256Gcm, CipherSuite, HkdfSha512 } from "https://esm.sh/@hpke/core@1.2.8"; | ||
import { DhkemX448HkdfSha512 } from "https://esm.sh/@hpke/dhkem-x448@1.2.8"; | ||
import { Aes256Gcm, CipherSuite, HkdfSha512 } from "https://esm.sh/@hpke/core@1.2.9"; | ||
import { DhkemX448HkdfSha512 } from "https://esm.sh/@hpke/dhkem-x448@1.2.9"; | ||
@@ -204,0 +204,0 @@ globalThis.doHpke = async () => { |
export declare const dntGlobalThis: Omit<typeof globalThis, never>; | ||
//# sourceMappingURL=_dnt.shims.d.ts.map |
export { DhkemX448HkdfSha512 } from "../../src/kems/dhkemX448.js"; | ||
//# sourceMappingURL=mod.d.ts.map |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
253320
261
3637
1