Socket
Socket
Sign inDemoInstall

@miniflare/core

Package Overview
Dependencies
Maintainers
2
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.14.1 to 2.14.2

2

dist/src/index.d.ts

@@ -756,2 +756,4 @@ /// <reference types="node" />

export declare function waitUntilAll<WaitUntil extends any[] = unknown[]>(promises: Promise<unknown>[]): Promise<WaitUntil>;
export declare function withImmutableHeaders<Body extends Request | Response>(body: Body): Body;

@@ -758,0 +760,0 @@

18

package.json
{
"name": "@miniflare/core",
"version": "2.14.1",
"version": "2.14.2",
"description": "Core module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",

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

"@iarna/toml": "^2.2.5",
"@miniflare/queues": "2.14.1",
"@miniflare/shared": "2.14.1",
"@miniflare/watcher": "2.14.1",
"@miniflare/queues": "2.14.2",
"@miniflare/shared": "2.14.2",
"@miniflare/watcher": "2.14.2",
"busboy": "^1.6.0",

@@ -50,10 +50,10 @@ "dotenv": "^10.0.0",

"set-cookie-parser": "^2.4.8",
"undici": "5.20.0",
"undici": "5.28.2",
"urlpattern-polyfill": "^4.0.3"
},
"devDependencies": {
"@miniflare/durable-objects": "2.14.1",
"@miniflare/shared-test": "2.14.1",
"@miniflare/watcher": "2.14.1",
"@miniflare/web-sockets": "2.14.1",
"@miniflare/durable-objects": "2.14.2",
"@miniflare/shared-test": "2.14.2",
"@miniflare/watcher": "2.14.2",
"@miniflare/web-sockets": "2.14.2",
"@types/busboy": "^1.5.0",

@@ -60,0 +60,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