@bicycle-codes/crypto-stream
Advanced tools
Comparing version 0.0.13 to 0.0.14
export { Keychain, plaintextSize, encryptedSize } from './keychain.js'; | ||
export { transformStream } from './transform-stream.js'; | ||
export { encryptBytes } from '@bicycle-codes/simple-aes'; | ||
//# sourceMappingURL=index.d.ts.map |
export { Keychain, plaintextSize, encryptedSize } from './keychain.js'; | ||
export { transformStream } from './transform-stream.js'; | ||
export { encryptBytes } from '@bicycle-codes/simple-aes'; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"main": "dist/index.js", | ||
@@ -27,2 +27,3 @@ "files": [ | ||
"@bicycle-codes/one-webcrypto": "^1.1.2", | ||
"@bicycle-codes/simple-aes": "^0.0.27", | ||
"base64-js": "^1.5.1" | ||
@@ -29,0 +30,0 @@ }, |
@@ -10,2 +10,4 @@ # crypto stream | ||
<details><summary><h2>Contents</h2></summary> | ||
<!-- toc --> | ||
@@ -38,2 +40,4 @@ | ||
</details> | ||
## install | ||
@@ -221,3 +225,3 @@ ```sh | ||
Returns: `Promise[ReadableStream]` | ||
Returns: `Promise<ReadableStream>` | ||
@@ -238,3 +242,3 @@ Returns a `Promise` that resolves to a `ReadableStream` encryption stream that | ||
Returns: `Promise[ReadableStream]` | ||
Returns: `Promise<ReadableStream>` | ||
@@ -303,3 +307,3 @@ Returns a `Promise` that resolves to a `ReadableStream` decryption stream that | ||
Returns: `Promise[Uint8Array]` | ||
Returns: `Promise<Uint8Array>` | ||
@@ -306,0 +310,0 @@ Returns a `Promise` that resolves to a decrypted version of `encryptedMeta`. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115346
2039
331
3
+ Added@bicycle-codes/simple-aes@0.0.27(transitive)
+ Added@noble/ciphers@1.0.0(transitive)
+ Addedmultiformats@13.3.1(transitive)
+ Addedone-webcrypto@1.0.3(transitive)
+ Addeduint8arrays@5.1.0(transitive)