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

nestjs-request-context

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-request-context - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

10

package.json
{
"name": "nestjs-request-context",
"version": "1.0.0",
"version": "2.0.0",
"description": "Helper library for accessing request from singleton services",

@@ -27,6 +27,6 @@ "main": "dist/index.js",

"devDependencies": {
"@nestjs/common": "^8.1.1",
"@nestjs/core": "^8.1.1",
"@nestjs/platform-express": "^8.1.1",
"@nestjs/testing": "^8.1.1",
"@nestjs/common": "^9.0.5",
"@nestjs/core": "^9.0.5",
"@nestjs/platform-express": "^9.0.5",
"@nestjs/testing": "^9.0.5",
"@types/express": "^4.17.3",

@@ -33,0 +33,0 @@ "@types/jest": "^26.0.14",

@@ -30,1 +30,12 @@ # NestJS request-context

```
# Release Notes
### 0.1.0
Updated peer dependencies to `8.x`
### 1.0.0
Use `async_hooks` instead `asyncctx` as it's deprecated
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