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

@node-ts/bus-core

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-ts/bus-core - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

6

package.json
{
"name": "@node-ts/bus-core",
"version": "0.4.5",
"version": "0.4.6",
"description": "A service bus for message-based, distributed node applications",

@@ -16,3 +16,3 @@ "main": "./dist/index.js",

"dependencies": {
"@node-ts/bus-messages": "^0.1.9",
"@node-ts/bus-messages": "^0.1.10",
"@types/node": "^11.13.8",

@@ -52,3 +52,3 @@ "autobind-decorator": "^2.4.0",

],
"gitHead": "fc984b77eedbd3e0d48f52d888c6ad5795faa145"
"gitHead": "027b8fdd3d4e740380b135d5ea931ce00f081c7b"
}

@@ -40,5 +40,5 @@ import { ContainerModule, interfaces } from 'inversify'

service: ClassConstructor<T>
): interfaces.BindingInWhenOnSyntax<{}> {
): interfaces.BindingInWhenOnSyntax<unknown> {
bindLogger(bind, service)
return bind(symbol).to(service)
}
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