Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@edirect/audit-nestjs

Package Overview
Dependencies
Maintainers
26
Versions
20
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.5 to 1.5.6

2

CHANGELOG.md

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

## [1.5.6](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.5...v1.5.6) (2023-08-25)
## [1.5.5](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.4...v1.5.5) (2023-08-18)

@@ -7,0 +9,0 @@

2

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

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

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

domain: this.options.domain,
tenant: this.options.tenant,
});

@@ -22,0 +23,0 @@ if (this.options.sessionId) {

@@ -7,4 +7,5 @@ import { Exporter, Middleware } from '@edirect/audit-domain';

domain: string;
tenant: string;
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