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

@node-ts/bus-sqs

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.3 to 0.0.4

3

dist/bus-sqs-module.js

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

rebind(bus_core_1.BUS_SYMBOLS.Transport)
.to(sqs_transport_1.SqsTransport)
.inSingletonScope();
.toDynamicValue(c => c.container.get(bus_sqs_symbols_1.BUS_SQS_INTERNAL_SYMBOLS.SqsTransport));
bind(bus_sqs_symbols_1.BUS_SQS_INTERNAL_SYMBOLS.Sqs)

@@ -21,0 +20,0 @@ .toConstantValue(new aws_sdk_1.SQS());

{
"name": "@node-ts/bus-sqs",
"description": "An AWS SQS transport adapter for @node-ts/bus-core.",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",

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

],
"gitHead": "18d1ba578f907630bb7a0cdf78c13f4db055049b"
"gitHead": "6a97fea7c63820d4eb2810682d22ae2c1cc09900"
}

@@ -17,4 +17,3 @@ import { ContainerModule } from 'inversify'

rebind<Transport<SQS.Message>>(BUS_SYMBOLS.Transport)
.to(SqsTransport)
.inSingletonScope()
.toDynamicValue(c => c.container.get<SqsTransport>(BUS_SQS_INTERNAL_SYMBOLS.SqsTransport))

@@ -21,0 +20,0 @@ bind(BUS_SQS_INTERNAL_SYMBOLS.Sqs)

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