New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nestjs-real-ip

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-real-ip - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

40

package.json
{
"name": "nestjs-real-ip",
"author": "Alex Kalashnikov",
"version": "1.0.1",
"version": "1.0.2",
"description": "A concise decorator for retrieving an IP address from http request with Nest.js controller method",

@@ -57,31 +57,31 @@ "keywords": [

"peerDependencies": {
"@nestjs/common": "^7.5.1",
"@nestjs/common": "^7.6.5",
"request-ip": "^2.1.3"
},
"devDependencies": {
"@nestjs/common": "^7.5.1",
"@nestjs/core": "^7.5.1",
"@nestjs/platform-express": "^7.5.1",
"@nestjs/platform-fastify": "^7.5.1",
"@nestjs/testing": "^7.5.1",
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.12.1",
"@nestjs/common": "^7.6.5",
"@nestjs/core": "^7.6.5",
"@nestjs/platform-express": "^7.6.5",
"@nestjs/platform-fastify": "^7.6.5",
"@nestjs/testing": "^7.6.5",
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.16.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-unused-imports": "^1.0.0",
"jest": "^26.6.2",
"prettier": "^2.1.2",
"eslint-plugin-unused-imports": "^1.0.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.0.0",
"rxjs": "^6.6.3",
"supertest": "^6.0.1",
"ts-jest": "^26.4.3",
"ts-loader": "^8.0.7",
"ts-node": "^9.0.0",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.12",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.0.5"
"typescript": "^4.1.3"
},

@@ -88,0 +88,0 @@ "license": "MIT",

@@ -5,3 +5,3 @@ # Nest.js real ip decorator

![](https://nodei.co/npm/nestjs-real-ip.png?downloads=true&cacheBust=2)
[![NPM package link](https://nodei.co/npm/nestjs-real-ip.png?downloads=true&cacheBust=2)](https://www.npmjs.com/package/nestjs-real-ip)

@@ -8,0 +8,0 @@ ## Installation

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