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

appolo-agent

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appolo-agent - npm Package Compare versions

Comparing version 6.0.30 to 6.0.31

3

lib/request.js

@@ -34,2 +34,5 @@ "use strict";

});
defineGetter(proto, 'originalUrl', function () {
return this.url;
});
defineGetter(proto, 'ips', function () {

@@ -36,0 +39,0 @@ if (!this.app || !this.app.options.trustProxy) {

@@ -49,2 +49,3 @@ import http = require('http');

proto.get = proto.header = function (name: string) {

@@ -79,2 +80,7 @@

defineGetter(proto, 'originalUrl', function () {
return this.url;
});
defineGetter(proto, 'ips', function () {

@@ -81,0 +87,0 @@ if (!this.app || !this.app.options.trustProxy) {

2

package.json

@@ -27,3 +27,3 @@ {

"main": "./index.js",
"version": "6.0.30",
"version": "6.0.31",
"license": "MIT",

@@ -30,0 +30,0 @@ "repository": {

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