
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
bluedot-event-emitter
Advanced tools
Bluedot Event Emitter - https://bluedotinnovation.atlassian.net/wiki/spaces/ENG/pages/317521924/Bluedot+Event+Bus
This library publishes messages to bluedot's event bus
Install NodeJs
brew install node
Install Typescript
npm install typescript -g
Install Typescript lint
npm install tslint
Install dependencies:
npm install
Includes
To run:
npm test
To check coverage:
npm run test:coverage-check
This starter kit uses Rollup (https://rollupjs.org/guide/en) for module bundling
Build library. NOTE: Update test coverage requirements
npm run build
This will build the
Publish library
npm publish
This will publish a CommonJS module and a ES module in the ./dist directory
Lambda:
// dont need to do anything. cloudformation will need to add permission policy provided
- Fn::ImportValue:
!Sub '${EventBusStack}-AllowEmitterPolicyARN' // EventBusStack=bluedot-event-bus-dev-1
Bare metal:
include the following in your environment's variable:
AWS_ACCESS_KEY_ID=AKIAINVCEZNEUSKZLE2A
AWS_SECRET_ACCESS_KEY=iELkjPIGh26KWLBEKbTK5M5DiehEjSQJKQv7snmH
REGION=ap-southeast-2
TOPIC_ARN=arn:aws:sns:ap-southeast-2:791031460737:bluedot-config-events-dev-1
CommonJS:
const Test = require('typescript-library-starter-kit').Test
Test.test(payload)
ES:
import { Test } from 'typescript-library-starter-kit'
Test.test(payload)
This project is released under The Unlicense, your free to copy this and do what you like.
FAQs
Bluedot Event Emitter - https://bluedotinnovation.atlassian.net/wiki/spaces/ENG/pages/317521924/Bluedot+Event+Bus
We found that bluedot-event-emitter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.