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

eventm

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventm - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "eventm",
"version": "1.3.0",
"version": "1.3.1",
"description": "Eventm help you to manage all evenements in your code. The library store the state, data returned and the callback stack for you. Can be used like RabbitMQ in your local project.",

@@ -5,0 +5,0 @@ "main": "eventm.min.js",

@@ -80,2 +80,2 @@ # Event Manager

| keepSession | true | true = If the callback is alreayd executed, `keepSession` keep the session open for the futur callback
| promise | false | true = The callback is called with a single paramter - false = The callback is call with (`err`, `data`) => {} parameters
| promise | true | true = The callback is called with a single paramter - false = The callback is call with (`err`, `data`) => {} parameters
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