Socket
Socket
Sign inDemoInstall

@edirect/audit-nestjs

Package Overview
Dependencies
Maintainers
26
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edirect/audit-nestjs - npm Package Compare versions

Comparing version 1.5.1 to 1.5.3

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [1.5.3](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.2...v1.5.3) (2023-08-16)
## [1.5.2](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.1...v1.5.2) (2023-08-16)
## [1.5.1](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.0...v1.5.1) (2023-08-16)

2

package.json
{
"name": "@edirect/audit-nestjs",
"version": "1.5.1",
"version": "1.5.3",
"dependencies": {

@@ -5,0 +5,0 @@ "@nestjs/common": "^9.4.3",

@@ -21,2 +21,7 @@ "use strict";

});
if (this.options.sessionId) {
this.auditApi.use(async (obj) => {
return { ...obj, sessionId: this.options.sessionId(this.request) };
});
}
if (this.options.instrumentation) {

@@ -23,0 +28,0 @@ this.auditApi.use(...this.options.instrumentation);

@@ -8,2 +8,3 @@ import { Exporter, Middleware } from '@edirect/audit-domain';

instrumentation?: Middleware[];
sessionId?: (request: Request) => string | undefined;
};

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