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

edge-runtime

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-runtime - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

dist/server/body-streams.d.ts

@@ -26,3 +26,3 @@ import type { IncomingMessage } from 'http';

*/
export declare function consumeUint8ArrayReadableStream(body?: ReadableStream): AsyncGenerator<Uint8Array<ArrayBufferLike>, void, unknown>;
export declare function consumeUint8ArrayReadableStream(body?: ReadableStream): AsyncGenerator<Uint8Array, void, unknown>;
/**

@@ -29,0 +29,0 @@ * Pipes the chunks of a BodyStream into a Response. This optimizes for

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

"homepage": "https://edge-runtime.vercel.app/packages/runtime",
"version": "4.0.0",
"version": "4.0.1",
"main": "dist/index.js",

@@ -34,5 +34,5 @@ "bin": {

"time-span": "4.0.0",
"@edge-runtime/format": "4.0.0",
"@edge-runtime/ponyfill": "4.0.0",
"@edge-runtime/vm": "5.0.0"
"@edge-runtime/vm": "5.0.0",
"@edge-runtime/format": "4.0.0"
},

@@ -39,0 +39,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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