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

pub-once-sub

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pub-once-sub - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

.npmignore

2

lib/pubsub.js

@@ -6,3 +6,3 @@ var EventEmitter = require('events').EventEmitter;

/**
* Expose Events.
* Expose PubSub.
*/

@@ -9,0 +9,0 @@ module.exports = PubSub;

{
"name": "pub-once-sub",
"version": "0.5.0",
"version": "0.6.0",
"description": ".",

@@ -5,0 +5,0 @@ "keywords": [

# Pub Once-Sub
Simple Redis Pub/Sub allowing for only a single subscriber to receive a published message.
## Install
`npm install pub-once-sub`
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