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

intervene

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intervene - npm Package Compare versions

Comparing version 3.1.6 to 3.1.7

2

dist/src/createProxy.js

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

break;
case 'EACCESS':
case 'EACCES':
logger_1.log.error("Error starting privileged port listener - the admin server doesn't have rights to listen on the low numbered port. This is strange, and is probably a bug somewhere.");

@@ -151,0 +151,0 @@ break;

{
"name": "intervene",
"version": "3.1.6",
"version": "3.1.7",
"main": "dist/src/index.js",

@@ -5,0 +5,0 @@ "types": "dist/src/index.d.ts",

@@ -100,3 +100,3 @@ import { ProxyConfigWithDefaults } from './applyConfigDefaults';

break;
case 'EACCESS':
case 'EACCES':
log.error(

@@ -103,0 +103,0 @@ "Error starting privileged port listener - the admin server doesn't have rights to listen on the low numbered port. This is strange, and is probably a bug somewhere."

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