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

@miniflare/shared

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/shared - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

2

dist/src/index.d.ts

@@ -35,3 +35,3 @@ import { Awaitable as Awaitable_2 } from '@miniflare/shared';

export declare type CompatibilityEnableFlag = "durable_object_fetch_requires_full_url" | "fetch_refuses_unknown_protocols" | "formdata_parser_supports_files";
export declare type CompatibilityEnableFlag = "durable_object_fetch_requires_full_url" | "fetch_refuses_unknown_protocols" | "formdata_parser_supports_files" | "html_rewriter_treats_esi_include_as_void_tag";

@@ -38,0 +38,0 @@ export declare interface CompatibilityFeature {

@@ -86,2 +86,5 @@ var __create = Object.create;

disableFlag: "formdata_parser_converts_files_to_strings"
},
{
enableFlag: "html_rewriter_treats_esi_include_as_void_tag"
}

@@ -88,0 +91,0 @@ ];

{
"name": "@miniflare/shared",
"version": "2.1.0",
"version": "2.2.0",
"description": "Shared utility module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",

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

"devDependencies": {
"@miniflare/shared-test": "2.1.0"
"@miniflare/shared-test": "2.2.0"
}
}

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