Socket
Socket
Sign inDemoInstall

@nestjs/common

Package Overview
Dependencies
16
Maintainers
1
Versions
358
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.3.3 to 9.3.4

4

cache/interceptors/cache.interceptor.js

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

const decorators_1 = require("../../decorators");
const file_stream_1 = require("../../file-stream");
const logger_service_1 = require("../../services/logger.service");

@@ -41,2 +42,5 @@ const shared_utils_1 = require("../../utils/shared.utils");

return next.handle().pipe((0, operators_1.tap)(async (response) => {
if (response instanceof file_stream_1.StreamableFile) {
return;
}
const args = (0, shared_utils_1.isNil)(ttl) ? [key, response] : [key, response, { ttl }];

@@ -43,0 +47,0 @@ try {

2

package.json
{
"name": "@nestjs/common",
"version": "9.3.3",
"version": "9.3.4",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",

@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc