Socket
Socket
Sign inDemoInstall

evemin

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    evemin

Modern and blazing fast event emitter


Version published
Maintainers
1
Install size
8.68 kB
Created

Readme

Source

evemin

npm version npm bundle size code coverage typescript supported

Modern and blazing fast event emitter

  • Zero-cost abstraction
  • High performance
  • Super small

🌈 2x times faster standard node.js event emitter

import { event, listen } from 'evemin'

const onStart = event()

listen(onStart, (v) => console.log('start', v))

onStart(1) // developer console output: start 1

Try it on RunKit

Installation

npm install evemin

Enjoy your code!

Keywords

FAQs

Last updated on 30 Nov 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc