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

irish-pub-sub

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irish-pub-sub - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

dist/index.min.js

8

package.json
{
"name": "irish-pub-sub",
"version": "1.0.2",
"version": "1.0.4",
"description": "🍀146b Pubsub system",

@@ -10,8 +10,8 @@ "main": "index.js",

"scripts": {
"build": "microbundle -o dist/",
"dev": "microbundle watch"
"build": "rollup -c"
},
"devDependencies": {
"microbundle": "^0.9.0"
"rollup": "^1.1.1",
"rollup-plugin-terser": "^4.0.2"
}
}
<p align="center">
<h1>🍀 Irish PubSub - 133b pubsub system</h1>
<h1>🍀 Irish PubSub - 146b pubsub system</h1>
<br>
<a href="https://www.npmjs.org/package/irish-pub-sub"><a href="https://unpkg.com/irish-pub-sub/index.min.umd.js"><img src="http://img.badgesize.io/https://unpkg.com/irish-pub-sub/index.min.js?compression=gzip" alt="gzip size"></a> <a href="https://packagephobia.now.sh/result?p=irish-pub-sub"><img src="https://packagephobia.now.sh/badge?p=irish-pub-sub" alt="install size"></a>
<a href="https://www.npmjs.org/package/irish-pub-sub"><a href="https://unpkg.com/irish-pub-sub/dist/index.min.umd.js"><img src="http://img.badgesize.io/https://unpkg.com/irish-pub-sub/dist/index.min.js?compression=gzip" alt="gzip size"></a> <a href="https://packagephobia.now.sh/result?p=irish-pub-sub"><img src="https://packagephobia.now.sh/badge?p=irish-pub-sub" alt="install size"></a>
</p>
_Inspired by [developit/mitt](https://github.com/developit/mitt)_
Modern (es6) functional Pubsub system (no `class`, or `this`), weights about 133b minified + gzipped.
Modern (es6) functional Pubsub system (no `class`, or `this`), weights about 146b minified + gzipped.

@@ -17,3 +16,3 @@ #Install

`<script scr="https://unpkg.com/irish-pub-sub/index.min.umd.js"></script>`
`<script scr="https://unpkg.com/irish-pub-sub/dist/index.min.umd.js"></script>`

@@ -31,2 +30,3 @@ #Usage

_Don't use it in production 😅_
_Inspired by [developit/mitt](https://github.com/developit/mitt)_
_Don't use it in production_ 😅
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