nestjs-cls
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -167,4 +167,5 @@ "use strict"; | ||
const allowedPropertyAccess = new Set([ | ||
// used by various libraries that scan existing providers (e.g. GraphQL) | ||
'constructor', | ||
// Allow all default properties of Object.prototype | ||
// as they're often used by other libraries for duck typing | ||
...Object.getOwnPropertyNames(Object.prototype), | ||
// used by Nest to check for async providers | ||
@@ -171,0 +172,0 @@ 'then', |
{ | ||
"name": "nestjs-cls", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "A continuation-local storage module compatible with NestJS's dependency injection.", | ||
@@ -5,0 +5,0 @@ "author": "papooch", |
103728
2315