New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cloudflare-esi

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudflare-esi - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

dist/index.js

@@ -69,2 +69,6 @@ import { create as createHandleChunk } from "./handleChunk";

Object.defineProperty(resp, "url", { value: response.url });
// process postBody function if relevant
if (this.postBodyFunction) {
this.postBodyFunction();
}
return resp;

@@ -71,0 +75,0 @@ }

2

package.json
{
"name": "cloudflare-esi",
"version": "0.3.0",
"version": "0.3.1",
"repository": "cdloh/cloudflare-esi",

@@ -5,0 +5,0 @@ "description": "ESI Parser built to run in Cloudflare workers",

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