Socket
Socket
Sign inDemoInstall

@bicycle-codes/ephemeral-crypto

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

5

package.json

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/index.js",

@@ -39,2 +39,5 @@ "scripts": {

},
"files": [
"./dist/*"
],
"exports": {

@@ -41,0 +44,0 @@ ".": {

10

README.md

@@ -17,3 +17,3 @@ # ephemeral crypto

```sh
npm i -S @nichoth/ephemeral-crypto
npm i -S @bicycle-codes/ephemeral-crypto
```

@@ -34,3 +34,3 @@

```ts
import { encryptMessage } from '@nichoth/ephemeral-crypto'
import { encryptMessage } from '@bicycle-codes/ephemeral-crypto'

@@ -58,3 +58,3 @@ const [encryptedMsg, { key }] = await encryptMessage({

import { test } from '@nichoth/tapzero'
import { decryptMessage } from '@nichoth/ephemeral-crypto'
import { decryptMessage } from '@bicycle-codes/ephemeral-crypto'

@@ -67,1 +67,5 @@ test('decrypt the message', async t => {

```
> [!NOTE]
> This uses forks of `one-webcrypto` and `uint8arrays` so that we own
> the entire dependency graph.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc