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

@edge-runtime/primitives

Package Overview
Dependencies
Maintainers
1
Versions
100
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 1.1.0-beta.0 to 1.1.0-beta.1

10

dist/index.d.ts

@@ -1125,2 +1125,7 @@ declare class Crypto$1 implements globalThis.Crypto {

declare class FetchEvent {
awaiting: Set<Promise<void>>
constructor(request: Request)
}
type URLPatternInput = URLPatternInit | string

@@ -1130,7 +1135,4 @@

constructor(init?: URLPatternInput, baseURL?: string)
test(input?: URLPatternInput, baseURL?: string): boolean
exec(input?: URLPatternInput, baseURL?: string): URLPatternResult | null
readonly protocol: string

@@ -1248,3 +1250,3 @@ readonly username: string

Event: typeof Event
FetchEvent: typeof EventTarget
FetchEvent: typeof FetchEvent
EventTarget: typeof EventTarget

@@ -1251,0 +1253,0 @@ EvalError: typeof EvalError

4

package.json

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

"homepage": "https://edge-runtime.vercel.app/packages/primitives",
"version": "1.1.0-beta.0",
"version": "1.1.0-beta.1",
"main": "dist/index.js",

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

"types": "dist/index.d.ts",
"gitHead": "78efad9e63dbbe69cef35ed68a45bff22a3f5d7c"
"gitHead": "0d620e3d0a11bb9bf5e834af8721c8c4b6c48ddd"
}
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