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

@miniflare/cache

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@miniflare/cache - npm Package Compare versions

Comparing version 2.8.1 to 2.9.0-next.1

2

dist/src/index.js

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

res = (0, import_core.withStringFormDataFiles)(res);
return res;
return (0, import_core.withImmutableHeaders)(res);
}

@@ -187,0 +187,0 @@ async delete(req, options) {

{
"name": "@miniflare/cache",
"version": "2.8.1",
"version": "2.9.0-next.1",
"description": "Cache module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",

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

"dependencies": {
"@miniflare/core": "2.8.1",
"@miniflare/shared": "2.8.1",
"@miniflare/core": "2.9.0-next.1",
"@miniflare/shared": "2.9.0-next.1",
"http-cache-semantics": "^4.1.0",

@@ -45,6 +45,6 @@ "undici": "5.9.1"

"devDependencies": {
"@miniflare/shared-test": "2.8.1",
"@miniflare/web-sockets": "2.8.1",
"@miniflare/shared-test": "2.9.0-next.1",
"@miniflare/web-sockets": "2.9.0-next.1",
"@types/http-cache-semantics": "^4.0.1"
}
}

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