@transcend-io/penumbra
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -13,5 +13,5 @@ declare module '@transcend-io/penumbra'; | ||
authTag: string | Buffer, | ||
mime: string, | ||
): Promise<void> | ||
options: FileOptions, | ||
): Promise<void> | ||
export function getDecryptedContent( | ||
@@ -22,3 +22,3 @@ url: string | Buffer, | ||
authTag: string | Buffer, | ||
options: FileOptions, | ||
mime: string, | ||
): Promise<string> |
@@ -130,2 +130,3 @@ // External modules | ||
/** | ||
@@ -132,0 +133,0 @@ * Saves a readable stream to disk from the browser |
{ | ||
"name": "@transcend-io/penumbra", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Crypto streams for the browser.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
16496