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

@hpke/hybridkem-x25519-kyber768

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpke/hybridkem-x25519-kyber768 - 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 { HybridkemX25519Kyber768 } from "../../src/kems/hybridkemX25519Kyber768.js";
//# sourceMappingURL=mod.d.ts.map

4

package.json
{
"name": "@hpke/hybridkem-x25519-kyber768",
"version": "1.2.8",
"version": "1.2.9",
"description": "A Hybrid Public Key Encryption (HPKE) module extension for a hybrid post-quantum KEM, X25519Kyber768Draft00",

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

},
"_generatedBy": "dnt@0.40.0"
"_generatedBy": "dnt@dev"
}

@@ -49,4 +49,4 @@ <h1 align="center">@hpke/hybridkem-x25519-kyber768</h1>

// use a specific version
import * as hpke from "https://deno.land/x/hpke@1.2.8/core/mod.ts";
import * as kyber from "https://deno.land/x/hpke@1.2.8/x/hybridkem-x25519-kyber768/mod.ts";
import * as hpke from "https://deno.land/x/hpke@1.2.9/core/mod.ts";
import * as kyber from "https://deno.land/x/hpke@1.2.9/x/hybridkem-x25519-kyber768/mod.ts";

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

<script type="module">
import * as hpke from "https://esm.sh/@hpke/core@1.2.8";
import * as kyber from "https://esm.sh/@hpke/hybridkem-x25519-kyber768@1.2.8";
import * as hpke from "https://esm.sh/@hpke/core@1.2.9";
import * as kyber from "https://esm.sh/@hpke/hybridkem-x25519-kyber768@1.2.9";
// ...

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

<script type="module">
import * as hpke from "https://unpkg.com/@hpke/core@1.2.8/esm/mod.js";
import * as kyber from "https://unpkg.com/@hpke/hybridkem-x25519-kyber768@1.2.8/esm/mod.js";
import * as hpke from "https://unpkg.com/@hpke/core@1.2.9/esm/mod.js";
import * as kyber from "https://unpkg.com/@hpke/hybridkem-x25519-kyber768@1.2.9/esm/mod.js";
// ...

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

```js
import { Aes128Gcm, CipherSuite, HkdfSha256 } from "https://deno.land/x/hpke@1.2.8/core/mod.ts";
import { HybridkemX25519Kyber768 } from "https://deno.land/x/hpke@1.2.8/x/hybridkem-x25519-kyber768/mod.ts";
import { Aes128Gcm, CipherSuite, HkdfSha256 } from "https://deno.land/x/hpke@1.2.9/core/mod.ts";
import { HybridkemX25519Kyber768 } from "https://deno.land/x/hpke@1.2.9/x/hybridkem-x25519-kyber768/mod.ts";

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

<script type="module">
import { Aes128Gcm, CipherSuite, HkdfSha256 } from "https://esm.sh/@hpke/core@1.2.8";
import { HybridkemX25519Kyber768 } from "https://esm.sh/@hpke/hybridkem-x25519-kyber768@1.2.8";
import { Aes128Gcm, CipherSuite, HkdfSha256 } from "https://esm.sh/@hpke/core@1.2.9";
import { HybridkemX25519Kyber768 } from "https://esm.sh/@hpke/hybridkem-x25519-kyber768@1.2.9";

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

export declare const dntGlobalThis: Omit<typeof globalThis, never>;
//# sourceMappingURL=_dnt.shims.d.ts.map
export { HybridkemX25519Kyber768 } from "../../src/kems/hybridkemX25519Kyber768.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