Socket
Socket
Sign inDemoInstall

@edge-runtime/primitives

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edge-runtime/primitives - npm Package Compare versions

Comparing version 3.1.1 to 4.0.0

4

package.json

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

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

@@ -32,3 +32,3 @@ "repository": {

"formdata-node": "5.0.1",
"http-body": "1.0.6",
"http-body": "1.0.7",
"multer": "1.4.5-lts.1",

@@ -35,0 +35,0 @@ "test-listen": "1.1.0",

@@ -1,4 +0,2 @@

declare class Headers extends globalThis.Headers {
getAll?(key: 'set-cookie'): string[]
}
declare class Headers extends globalThis.Headers {}

@@ -19,3 +17,3 @@ declare class Request extends globalThis.Request {

info: RequestInfo,
init?: RequestInit
init?: RequestInit,
) => Promise<Response>

@@ -22,0 +20,0 @@

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