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

@transcend-io/penumbra

Package Overview
Dependencies
Maintainers
9
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/penumbra - npm Package Compare versions

Comparing version 4.7.8 to 4.7.9

2

package.json
{
"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

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