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

request-ip

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-ip - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

2

dist/index.js

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

var is = require('is_js');
var is = require('./is');

@@ -8,0 +8,0 @@ function getClientIpFromXForwardedFor(value) {

{
"name": "request-ip",
"version": "3.0.2",
"version": "3.1.0",
"description": "A small Node.js module to retrieve the request's IP address",

@@ -57,8 +57,5 @@ "keywords": [

"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc --reporter=html --reporter=text --check-coverage --lines=100 --statements=100 tape ./test/index.js"
"test": "nyc --reporter=html --reporter=text --check-coverage --lines=100 --statements=100 tape ./test/*.js"
},
"prettier": "@shopify/prettier-config",
"dependencies": {
"is_js": "^0.9.0"
},
"devDependencies": {

@@ -65,0 +62,0 @@ "@babel/cli": "^7.0.0",

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