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

@hpke/dhkem-x448

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpke/dhkem-x448 - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

esm/_dnt.shims.d.ts.map

1

esm/_dnt.shims.d.ts
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

4

package.json
{
"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
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