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

@silenteer/natsu

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@silenteer/natsu - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

4

dist/type.d.ts

@@ -133,5 +133,5 @@ import type { Msg, NatsConnection, PublishOptions, RequestOptions } from 'nats';

errors?: unknown;
}, injection: TInjection & NatsInjection<TService, TInjection>) => Promise<void>;
respondUnhandledError?: (data: NatsRequest<TService['request']>, error: Error, injection: TInjection & NatsInjection<TService, TInjection>) => Promise<void>;
}, injection: NatsInjection<TService, TInjection>) => Promise<void>;
respondUnhandledError?: (data: NatsRequest<TService['request']>, error: Error, injection: NatsInjection<TService, TInjection>) => Promise<void>;
};
export type { NatsInjection, NatsValidationInjection, NatsAuthorizationInjection, NatsHandleInjection, NatsMiddlewareBeforeInjection, NatsMiddlewareAfterInjection, NatsValidationResult, NatsAuthorizationResult, NatsHandleResult, NatsMiddlewareBeforeResult, NatsMiddlewareAfterResult, NatsBefore, NatsAfter, NatsValidate, NatsAuthorize, NatsHandle, NatsMiddleware, NatsHandler, };
{
"name": "@silenteer/natsu",
"version": "1.0.17",
"version": "1.0.18",
"license": "MIT",

@@ -5,0 +5,0 @@ "private": false,

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