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 1.1.2 to 1.1.3

6

package.json
{
"name": "request-ip",
"version": "1.1.2",
"version": "1.1.3",
"description": "A small node.js module to retrieve the request's IP address",

@@ -35,7 +35,7 @@ "main": "index.js",

"tap-spec": "^3.0.0",
"tape": "^4.0.0"
"tape": "^4.0.0",
"coveralls": "^2.11.2"
},
"dependencies": {
"coveralls": "^2.11.2"
}
}

@@ -5,3 +5,3 @@ #request-ip

![](https://nodei.co/npm/request-ip.png?downloads=true&cacheBust=1)
![](https://nodei.co/npm/request-ip.png?downloads=true&cacheBust=2)

@@ -13,3 +13,3 @@ ![](https://travis-ci.org/pbojinov/request-ip.svg?branch=master)

npm install request-ip
npm install request-ip --save

@@ -67,5 +67,10 @@ ## Getting Started

1.1.3
* move Coveralls from dependencies to devDependencies, oops
1.1.2
* add support for Travis CI (continuous deployment) and Coveralls (code coverage)
* add support for Travis CI
* add code coverage through Coveralls

@@ -72,0 +77,0 @@ 1.1.0

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