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 2.1.1 to 2.2.0

56

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

@@ -45,3 +45,3 @@ "keywords": [

"build": "tsc",
"lint": "eslint \"{src,test}/**/*.ts\" --fix && prettier --write \"{src,test}/**/*.ts\"",
"lint": "eslint \"{src,__tests__}/**/*.ts\" --fix && prettier --write \"{src,__tests__}/**/*.ts\"",
"test": "jest",

@@ -58,32 +58,34 @@ "prepare": "npm run build",

"peerDependencies": {
"@nestjs/common": "^8.0.0"
"@nestjs/common": "8 - 9"
},
"devDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/platform-fastify": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@types/jest": "^28.1.2",
"@types/node": "^16.11.41",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.31.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-unused-imports": "^1.1.2",
"jest": "^28.1.1",
"@jest/types": "^28.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/platform-fastify": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^28.1.3",
"lodash": "^4.17.21",
"prettier": "^2.3.2",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.3.0",
"supertest": "^6.1.4",
"rxjs": "^7.5.6",
"supertest": "^6.2.4",
"ts-jest": "^28.0.5",
"ts-loader": "^9.2.4",
"ts-node": "^10.1.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5"
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.7.4",
"webpack": "^5.0.0"
},

@@ -90,0 +92,0 @@ "license": "MIT",

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

```shell script
# Install the upstream version for projects based on NestJS v8
# Install the upstream version for projects based on NestJS v8 and above
npm install nestjs-real-ip

@@ -13,0 +13,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