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

ts-ev

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-ev - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

12

CHANGELOG.md
# Changelog
<a name="0.2.0"></a>
## [0.2.0](https://github.com/jpcx/ts-ev/tree/0.2.0) (2021-09-15)
| __[Changes since 0.1.0](https://github.com/jpcx/ts-ev/compare/0.1.0...0.2.0)__ | [Release Notes](https://github.com/jpcx/ts-ev/releases/tag/0.2.0) | [README](https://github.com/jpcx/ts-ev/tree/0.2.0/README.md) |
| --- | --- | --- |
| [Source Code (zip)](https://github.com/jpcx/ts-ev/archive/0.2.0.zip) | [Source Code (tar.gz)](https://github.com/jpcx/ts-ev/archive/0.2.0.tar.gz) |
| --- | --- |
Minor changes to the README.
<a name="0.1.0"></a>

@@ -4,0 +16,0 @@

2

package.json
{
"name": "ts-ev",
"version": "0.1.0",
"version": "0.2.0",
"description": "a typed event emitter that provides removal protection, filtering, and inheritance",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -1,5 +0,13 @@

# [ts-ev](https://github.com/jpcx/ts-ev/blob/main/CHANGELOG.md)
[![](https://github.com/jpcx/ts-ev/blob/0.2.0/assets/logo.png)](#)
## About
![](https://img.shields.io/github/issues/jpcx/ts-ev)
![](https://img.shields.io/github/forks/jpcx/ts-ev)
![](https://img.shields.io/github/stars/jpcx/ts-ev)
![](https://img.shields.io/npm/dm/ts-ev)
![](https://img.shields.io/librariesio/dependents/npm/ts-ev)
![](https://img.shields.io/github/license/jpcx/ts-ev)
![](https://img.shields.io/librariesio/github/jpcx/ts-ev?label=dev-dependencies)
[![](https://nodei.co/npm/ts-ev.png?mini=true)](https://www.npmjs.com/package/ts-ev)
ts-ev is a typed event emitter that provides removal protection, filtering, and inheritance.

@@ -9,4 +17,8 @@

### Features
ts-ev has zero imports, so it should be usable in any context.
**[changelog](https://github.com/jpcx/ts-ev/blob/0.2.0/CHANGELOG.md)**
## Features
Execution Order Guarantees:

@@ -29,3 +41,3 @@ - Ensures that `.emit()` operates on the currently registered listeners.

#### Template Parameters
### Template Parameters

@@ -64,8 +76,4 @@ ```ts

### Usage
## Usage
```shell
npm i --save "ts-ev"
```
```ts

@@ -72,0 +80,0 @@ import { Emitter } from "ts-ev";

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