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.0.0 to 2.1.0

4

dist/src/index.d.ts

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

import { HeadersInit } from 'undici';
import http from 'http';
import { Log } from '@miniflare/shared';

@@ -316,5 +317,8 @@ import { MiniflareError } from '@miniflare/shared';

/* Excluded from this release type: _getBodyLength */
/* Excluded from this release type: _getURLList */
export { Headers }
/* Excluded from this release type: _headersFromIncomingRequest */
export { HeadersInit }

@@ -321,0 +325,0 @@

21

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

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

"@iarna/toml": "^2.2.5",
"@miniflare/shared": "2.0.0",
"@miniflare/shared": "2.1.0",
"@miniflare/watcher": "2.1.0",
"busboy": "^0.3.1",

@@ -51,18 +52,10 @@ "dotenv": "^10.0.0",

"devDependencies": {
"@miniflare/durable-objects": "2.0.0",
"@miniflare/shared-test": "2.0.0",
"@miniflare/watcher": "2.0.0",
"@miniflare/web-sockets": "2.0.0",
"@miniflare/durable-objects": "2.1.0",
"@miniflare/shared-test": "2.1.0",
"@miniflare/watcher": "2.1.0",
"@miniflare/web-sockets": "2.1.0",
"@types/busboy": "^0.3.1",
"@types/set-cookie-parser": "^2.4.1",
"dequal": "^2.0.2"
},
"peerDependencies": {
"@miniflare/watcher": "2.0.0"
},
"peerDependenciesMeta": {
"@miniflare/watcher": {
"optional": true
}
}
}

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