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

@miniflare/http-server

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@miniflare/http-server - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

2

dist/src/index.js

@@ -455,3 +455,3 @@ var __create = Object.create;

const cron = url.searchParams.get("cron");
waitUntil = mf.dispatchScheduled(time ? parseInt(time) : void 0, cron ?? void 0);
waitUntil = mf.dispatchScheduled(time ? parseInt(time) : void 0, cron ?? void 0, url);
status = 200;

@@ -458,0 +458,0 @@ } else {

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

@@ -38,8 +38,8 @@ "keywords": [

"dependencies": {
"@miniflare/core": "2.2.0",
"@miniflare/shared": "2.2.0",
"@miniflare/web-sockets": "2.2.0",
"@miniflare/core": "2.3.0",
"@miniflare/shared": "2.3.0",
"@miniflare/web-sockets": "2.3.0",
"kleur": "^4.1.4",
"selfsigned": "^2.0.0",
"undici": "4.12.1",
"undici": "4.13.0",
"ws": "^8.2.2",

@@ -49,5 +49,5 @@ "youch": "^2.2.2"

"devDependencies": {
"@miniflare/shared-test": "2.2.0",
"@miniflare/shared-test": "2.3.0",
"@types/node-forge": "^0.10.4"
}
}

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