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.16 to 1.5.18

4

CHANGELOG.md

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

## [1.5.18](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.17...v1.5.18) (2023-09-19)
## [1.5.17](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.16...v1.5.17) (2023-09-19)
## [1.5.16](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.15...v1.5.16) (2023-09-19)

@@ -7,0 +11,0 @@

5

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

@@ -8,3 +8,4 @@ "@nestjs/common": "^10.2.5",

"@edirect/audit-core": "*",
"@edirect/audit-domain": "*"
"@edirect/audit-domain": "*",
"@edirect/audit-instrumentation-express": "*"
},

@@ -11,0 +12,0 @@ "main": "./src/index.js",

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

const audit_core_1 = require("@edirect/audit-core");
const audit_instrumentation_express_1 = require("@edirect/audit-instrumentation-express");
const audit_module_definition_1 = require("./audit.module-definition");

@@ -28,2 +29,3 @@ let AuditService = class AuditService {

...data,
...audit_instrumentation_express_1.InstrumentationExpress.process(this.options, this.request),
service: this.options.service,

@@ -30,0 +32,0 @@ domain: this.options.domain,

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