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 5.1.1 to 5.1.2

5

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

@@ -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',

2

package.json
{
"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",

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