Socket
Socket
Sign inDemoInstall

@miniflare/core

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@miniflare/core - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

2

dist/src/index.d.ts

@@ -426,3 +426,3 @@ /// <reference types="node" />

[kDispatchFetch]<WaitUntil extends any[] = unknown[]>(request: Request, proxy: boolean): Promise<Response<WaitUntil>>;
dispatchScheduled<WaitUntil extends any[] = unknown[]>(scheduledTime?: number, cron?: string): Promise<WaitUntil>;
dispatchScheduled<WaitUntil extends any[] = unknown[]>(scheduledTime?: number, cron?: string, url?: string | URL): Promise<WaitUntil>;
dispose(): Promise<void>;

@@ -429,0 +429,0 @@ }

{
"name": "@miniflare/core",
"version": "2.2.0",
"version": "2.3.0",
"description": "Core module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",

@@ -42,4 +42,4 @@ "keywords": [

"@iarna/toml": "^2.2.5",
"@miniflare/shared": "2.2.0",
"@miniflare/watcher": "2.2.0",
"@miniflare/shared": "2.3.0",
"@miniflare/watcher": "2.3.0",
"busboy": "^0.3.1",

@@ -49,9 +49,9 @@ "dotenv": "^10.0.0",

"set-cookie-parser": "^2.4.8",
"undici": "4.12.1"
"undici": "4.13.0"
},
"devDependencies": {
"@miniflare/durable-objects": "2.2.0",
"@miniflare/shared-test": "2.2.0",
"@miniflare/watcher": "2.2.0",
"@miniflare/web-sockets": "2.2.0",
"@miniflare/durable-objects": "2.3.0",
"@miniflare/shared-test": "2.3.0",
"@miniflare/watcher": "2.3.0",
"@miniflare/web-sockets": "2.3.0",
"@types/busboy": "^0.3.1",

@@ -58,0 +58,0 @@ "@types/set-cookie-parser": "^2.4.1",

Sorry, the diff of this file is too big to display

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