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

@edge-runtime/ponyfill

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edge-runtime/ponyfill - npm Package Compare versions

Comparing version 1.1.0-beta.32 to 1.1.0-beta.33

10

package.json

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

"homepage": "https://edge-runtime.vercel.app/packages/ponyfill",
"version": "1.1.0-beta.32",
"version": "1.1.0-beta.33",
"main": "src/index.js",

@@ -31,3 +31,7 @@ "module": "dist/index.mjs",

"@edge-runtime/jest-environment": "1.1.0-beta.32",
"@edge-runtime/primitives": "1.1.0-beta.32"
"@edge-runtime/primitives": "1.1.0-beta.33",
"@edge-runtime/vm": "^1.1.0-beta.32",
"acorn": "8.8.0",
"acorn-loose": "8.3.0",
"acorn-walk": "8.2.0"
},

@@ -45,5 +49,5 @@ "files": [

"test": "pnpm test:edge && pnpm test:node",
"test:edge": "EDGE_RUNTIME_EXISTS=true jest --env=@edge-runtime/jest-environment",
"test:edge": "EDGE_RUNTIME_EXISTS=true jest --env=@edge-runtime/jest-environment --testPathIgnorePatterns='.node.test.ts$'",
"test:node": "jest --env=node"
}
}
module.exports =
typeof EdgeRuntime === 'string' ? self : require('@edge-runtime/primitives')
typeof EdgeRuntime === 'string' ? edge() : require('@edge-runtime/primitives')
function edge() {
return {
AbortController,
AbortSignal,
Blob,
Cache,
CacheStorage,
Crypto,
CryptoKey,
Event,
EventTarget,
FetchEvent,
File,
FormData,
Headers,
PromiseRejectionEvent,
ReadableStream,
ReadableStreamBYOBReader,
ReadableStreamDefaultReader,
Request,
Response,
SubtleCrypto,
TextDecoder,
TextEncoder,
TransformStream,
URL,
URLPattern,
URLSearchParams,
WritableStream,
WritableStreamDefaultWriter,
atob,
btoa,
caches,
console,
crypto,
fetch,
structuredClone,
}
}
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