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

nestjs-cls

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-cls - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

dist/src/lib/proxy-provider/proxy-provider-manager.js

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

set(_, prop, value) {
return (getProvider()[prop] = value);
return Reflect.set(getProvider(), prop, value);
},

@@ -76,0 +76,0 @@ ownKeys() {

{
"name": "nestjs-cls",
"version": "4.0.2",
"version": "4.0.3",
"description": "A continuation-local storage module compatible with NestJS's dependency injection.",

@@ -5,0 +5,0 @@ "author": "papooch",

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