Socket
Socket
Sign inDemoInstall

nodecap2

Package Overview
Dependencies
46
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.11 to 2.0.0

2

examples/modify_html.js

@@ -76,3 +76,3 @@ var ICAPServer = require('../').ICAPServer;

// pass through if http error
if (res.code !== '200') {
if (res.code !== 200) {
return next();

@@ -79,0 +79,0 @@ }

{
"name": "nodecap2",
"version": "0.2.11",
"version": "2.0.0",
"description": "ICAP server framework for node.js - create custom HTTP proxy filters for Squid, etc.",

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

@@ -99,3 +99,3 @@ "use strict";

version: version,
code: code,
code: parseInt(code) || 503,
message: message,

@@ -102,0 +102,0 @@ index: line.index

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc