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

remitter

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remitter - npm Package Compare versions

Comparing version

to
0.2.1

4

package.json
{
"name": "remitter",
"version": "0.2.0",
"version": "0.2.1",
"private": false,

@@ -34,3 +34,3 @@ "description": "An TypeScript friendly event emitter with easy re-emitting events.",

"test": "vitest run --coverage",
"docs": "typedoc --includeVersion --excludePrivate --out docs src/index.ts",
"docs": "typedoc --includeVersion --excludePrivate --out docs src/remitter.ts",
"types": "cross-env NODE_ENV=production tsc --declaration --emitDeclarationOnly --jsx react --esModuleInterop --outDir dist",

@@ -37,0 +37,0 @@ "build": "vite build && npm run types",

# remitter
<p align="center">
<img width="200" src="https://raw.githubusercontent.com/crimx/remitter/master/assets/remitter.svg">
<img width="200" src="https://raw.githubusercontent.com/crimx/remitter/main/assets/remitter.svg">
</p>

@@ -9,3 +9,3 @@

[![npm-version](https://img.shields.io/npm/v/remitter.svg)](https://www.npmjs.com/package/remitter)
[![Coverage Status](https://img.shields.io/coveralls/github/crimx/remitter/master)](https://coveralls.io/github/crimx/remitter?branch=master)
[![Coverage Status](https://img.shields.io/coveralls/github/crimx/remitter/main)](https://coveralls.io/github/crimx/remitter?branch=main)
[![minified-size](https://img.shields.io/bundlephobia/minzip/remitter)](https://bundlephobia.com/package/remitter)

@@ -35,3 +35,3 @@

const remitter = new Remitter();
const remitter = new Remitter<EventConfig>();

@@ -38,0 +38,0 @@ const disposer = remitter.on("event1", value => {