Socket
Socket
Sign inDemoInstall

@hpke/core

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpke/core - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json

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

"name": "@hpke/core",
"version": "1.2.3",
"version": "1.2.4",
"description": "A Hybrid Public Key Encryption (HPKE) core module for various JavaScript runtimes",

@@ -9,0 +9,0 @@ "repository": {

@@ -47,3 +47,3 @@ <h1 align="center">@hpke/core</h1>

// use a specific version
import * as hpke from "https://deno.land/x/hpke@1.2.3/core/mod.ts";
import * as hpke from "https://deno.land/x/hpke@1.2.4/core/mod.ts";

@@ -64,3 +64,3 @@ // use the latest stable version

<script type="module">
import * as hpke from "https://esm.sh/@hpke/core@1.2.3";
import * as hpke from "https://esm.sh/@hpke/core@1.2.4";
// ...

@@ -81,3 +81,3 @@ </script>

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

@@ -155,3 +155,3 @@ </script>

Aes128Gcm, CipherSuite, DhkemP256HkdfSha256, HkdfSha256,
} from "https://deno.land/x/hpke@1.2.3/core/mod.ts";
} from "https://deno.land/x/hpke@1.2.4/core/mod.ts";

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

<script type="module">
// import * as hpke from "https://esm.sh/hpke-js@1.2.3";
// import * as hpke from "https://esm.sh/hpke-js@1.2.4";
import {
Aes128Gcm, CipherSuite, DhkemP256HkdfSha256, HkdfSha256,
} from "https://esm.sh/@hpke/core@1.2.3";
} from "https://esm.sh/@hpke/core@1.2.4";

@@ -207,0 +207,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