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

nestjs-cls

Package Overview
Dependencies
Maintainers
1
Versions
52
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 3.2.0 to 3.2.1

4

dist/src/lib/cls.service.js

@@ -62,5 +62,5 @@ "use strict";

if (typeof key === 'symbol') {
return !!store[key];
return store[key] !== undefined;
}
return !!(0, value_from_path_1.getValueFromPath)(store, key);
return (0, value_from_path_1.getValueFromPath)(store, key) !== undefined;
}

@@ -67,0 +67,0 @@ /**

{
"name": "nestjs-cls",
"version": "3.2.0",
"version": "3.2.1",
"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