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

@miniflare/core

Package Overview
Dependencies
Maintainers
2
Versions
39
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.12.0 to 2.12.1

6

dist/src/index.d.ts

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

declare const kParentSharedCache: unique symbol;
declare const kPassThrough: unique symbol;

@@ -508,3 +510,3 @@

scriptRunForModuleExports?: boolean;
isMount?: boolean;
/* Excluded from this release type: [kParentSharedCache] */
}

@@ -611,3 +613,3 @@

export declare interface RequestInit extends RequestInit_2 {
readonly cf?: IncomingRequestCfProperties | RequestInitCfProperties;
cf?: IncomingRequestCfProperties | RequestInitCfProperties;
}

@@ -614,0 +616,0 @@

{
"name": "@miniflare/core",
"version": "2.12.0",
"version": "2.12.1",
"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.12.0",
"@miniflare/shared": "2.12.0",
"@miniflare/watcher": "2.12.0",
"@miniflare/queues": "2.12.1",
"@miniflare/shared": "2.12.1",
"@miniflare/watcher": "2.12.1",
"busboy": "^1.6.0",

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

"set-cookie-parser": "^2.4.8",
"undici": "5.11.0",
"undici": "5.20.0",
"urlpattern-polyfill": "^4.0.3"
},
"devDependencies": {
"@miniflare/durable-objects": "2.12.0",
"@miniflare/shared-test": "2.12.0",
"@miniflare/watcher": "2.12.0",
"@miniflare/web-sockets": "2.12.0",
"@miniflare/durable-objects": "2.12.1",
"@miniflare/shared-test": "2.12.1",
"@miniflare/watcher": "2.12.1",
"@miniflare/web-sockets": "2.12.1",
"@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