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
53
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 1.6.0 to 1.6.1

1

dist/src/index.d.ts

@@ -5,4 +5,5 @@ export * from './lib/cls-service-manager';

export * from './lib/cls.interceptor';
export * from './lib/cls.guard';
export * from './lib/cls.module';
export * from './lib/cls.service';
export * from './lib/cls.decorators';

@@ -17,2 +17,3 @@ "use strict";

__exportStar(require("./lib/cls.interceptor"), exports);
__exportStar(require("./lib/cls.guard"), exports);
__exportStar(require("./lib/cls.module"), exports);

@@ -19,0 +20,0 @@ __exportStar(require("./lib/cls.service"), exports);

2

package.json
{
"name": "nestjs-cls",
"version": "1.6.0",
"version": "1.6.1",
"description": "A continuation-local storage module compatible with NestJS's dependency injection.",

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

@@ -5,4 +5,5 @@ export * from './lib/cls-service-manager';

export * from './lib/cls.interceptor';
export * from './lib/cls.guard';
export * from './lib/cls.module';
export * from './lib/cls.service';
export * from './lib/cls.decorators';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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