New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@henkel_dx_ipaas/schema-validation-package

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@henkel_dx_ipaas/schema-validation-package - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/logger-options.d.ts

3

dist/schema-validation.module.js

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

const nestjs_pino_1 = require("nestjs-pino");
const logger_options_1 = require("./logger-options");
let SchemaValidationModule = class SchemaValidationModule {

@@ -23,3 +24,3 @@ };

(0, common_1.Module)({
imports: [nestjs_pino_1.LoggerModule.forRoot(), axios_1.HttpModule, config_1.ConfigModule],
imports: [nestjs_pino_1.LoggerModule.forRoot(logger_options_1.loggerOptions), axios_1.HttpModule, config_1.ConfigModule],
providers: [

@@ -26,0 +27,0 @@ config_1.ConfigService,

{
"name": "@henkel_dx_ipaas/schema-validation-package",
"version": "0.0.3",
"version": "0.0.4",
"description": "NestJs module with a caching layer for validating schemas taken from a schema registry api",

@@ -20,2 +20,3 @@ "main": "dist/index",

"pino-http": "^10.1.0",
"pino-opentelemetry-transport": "^1.0.0",
"rxjs": "^7.8.1"

@@ -22,0 +23,0 @@ },

@@ -9,5 +9,6 @@ import { Module } from '@nestjs/common';

import { LoggerModule } from 'nestjs-pino';
import { loggerOptions } from './logger-options';
@Module({
imports: [LoggerModule.forRoot(), HttpModule, ConfigModule],
imports: [LoggerModule.forRoot(loggerOptions), HttpModule, ConfigModule],
providers: [

@@ -14,0 +15,0 @@ ConfigService,

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