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

nodesi

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodesi - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

2

lib/middleware.js

@@ -38,3 +38,3 @@ 'use strict';

if(typeof body === 'string' && !req._esiProcessed) {
esi.process(body).then(oldSend);
esi.process(body, req.esiOptions).then(oldSend);
}

@@ -41,0 +41,0 @@ else {

{
"name": "nodesi",
"version": "1.9.1",
"version": "1.9.2",
"description": "ESI: the good parts in node.js",

@@ -5,0 +5,0 @@ "main": "esi.js",

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