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

hpke-js

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hpke-js - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

2

package.json

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

"name": "hpke-js",
"version": "0.10.0",
"version": "0.10.1",
"description": "A Hybrid Public Key Encryption (HPKE) library",

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

@@ -6,3 +6,3 @@ <h1 align="center">hpke-js</h1>

[![Stable Release](https://img.shields.io/npm/v/hpke-js.svg)](https://npm.im/hpke-js)
![Github CI](https://github.com/dajiaji/hpke-js/actions/workflows/ci.yml/badge.svg)
![Github CI](https://github.com/dajiaji/hpke-js/actions/workflows/ci_deno.yml/badge.svg)
[![codecov](https://codecov.io/gh/dajiaji/hpke-js/branch/main/graph/badge.svg?token=7I7JGKDDJ2)](https://codecov.io/gh/dajiaji/hpke-js)

@@ -116,3 +116,3 @@

<!-- use a specific version -->
<script src="https://unpkg.com/hpke-js@0.9.1/dist/hpke.min.js"></script>
<script src="https://unpkg.com/hpke-js@0.10.1/dist/hpke.min.js"></script>
```

@@ -127,3 +127,3 @@

<!-- use a specific version -->
<script src="https://cdn.jsdelivr.net/npm/hpke-js@0.9.1/dist/hpke.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/hpke-js@0.10.1/dist/hpke.min.js"></script>
```

@@ -130,0 +130,0 @@

{
"entryPoints": [
"../mod.ts"
"src/mod.ts"
],

@@ -5,0 +5,0 @@ "out": "docs/pages",

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