Socket
Socket
Sign inDemoInstall

nanoevents

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoevents - npm Package Compare versions

Comparing version 5.1.6 to 5.1.7

5

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 5.1.5
## 5.1.7
* Simplify `Emitter` type usage.
## 5.1.6
* Clean up code.

@@ -6,0 +9,0 @@

2

index.d.ts

@@ -13,3 +13,3 @@ interface EventsMap {

export declare class Emitter<Events extends EventsMap> {
export declare class Emitter<Events extends EventsMap = DefaultEvents> {
/**

@@ -16,0 +16,0 @@ * Event names in keys and arrays with listeners in values.

{
"name": "nanoevents",
"version": "5.1.6",
"version": "5.1.7",
"description": "Simple and tiny (72 bytes) event emitter library",

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

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