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.14.0 to 2.14.1

6

dist/src/index.d.ts

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

import { webcrypto } from 'crypto';
import type { WebSocket } from '@miniflare/web-sockets';
import type { WebSocket as WebSocket_2 } from '@miniflare/web-sockets';
import { WranglerConfig } from '@miniflare/shared';

@@ -664,3 +664,3 @@ import { WritableStream } from 'stream/web';

get encodeBody(): "automatic" | "manual";
get webSocket(): WebSocket | undefined;
get webSocket(): WebSocket_2 | undefined;
waitUntil(): Promise<WaitUntil>;

@@ -678,3 +678,3 @@ get status(): number;

readonly encodeBody?: "automatic" | "manual";
readonly webSocket?: WebSocket;
readonly webSocket?: WebSocket_2;
}

@@ -681,0 +681,0 @@

{
"name": "@miniflare/core",
"version": "2.14.0",
"version": "2.14.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.14.0",
"@miniflare/shared": "2.14.0",
"@miniflare/watcher": "2.14.0",
"@miniflare/queues": "2.14.1",
"@miniflare/shared": "2.14.1",
"@miniflare/watcher": "2.14.1",
"busboy": "^1.6.0",

@@ -54,6 +54,6 @@ "dotenv": "^10.0.0",

"devDependencies": {
"@miniflare/durable-objects": "2.14.0",
"@miniflare/shared-test": "2.14.0",
"@miniflare/watcher": "2.14.0",
"@miniflare/web-sockets": "2.14.0",
"@miniflare/durable-objects": "2.14.1",
"@miniflare/shared-test": "2.14.1",
"@miniflare/watcher": "2.14.1",
"@miniflare/web-sockets": "2.14.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