@transcend-io/penumbra
Advanced tools
Comparing version 4.7.8 to 4.7.9
{ | ||
"name": "@transcend-io/penumbra", | ||
"version": "4.7.8", | ||
"version": "4.7.9", | ||
"description": "Crypto streams for the browser.", | ||
@@ -5,0 +5,0 @@ "main": "build/penumbra.js", |
@@ -15,3 +15,3 @@ import { PenumbraSupportLevel } from './types'; | ||
supportLevel = | ||
'WritableStream' in self | ||
'WritableStream' in self && 'TransformStream' in self | ||
? PenumbraSupportLevel.full | ||
@@ -18,0 +18,0 @@ : PenumbraSupportLevel.size_limited; |
Sorry, the diff of this file is too big to display
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
1460382