Socket
Socket
Sign inDemoInstall

brcast

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brcast - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

index.js

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="1.1.3"></a>
## [1.1.3](https://github.com/vesparny/brcast/compare/v1.1.2...v1.1.3) (2017-04-07)
<a name="1.1.2"></a>

@@ -7,0 +12,0 @@ ## [1.1.2](https://github.com/vesparny/brcast/compare/v1.1.1...v1.1.2) (2017-04-07)

2

dist/brcast.js

@@ -1,2 +0,2 @@

function n(n){return n=n||Object.create(null),{on:function(t,u){(n[t]||(n[t]=[])).push(u)},off:function(t,u){var e=n[t]||(n[t]=[]);e.splice(e.indexOf(u)>>>0,1)},emit:function(t,u){(n[t]||[]).map(function(n){n(u)}),(n["*"]||[]).map(function(n){n(t,u)})}}}function t(t){var e=n(),o=t;return{getState:function(){return o},setState:function(n){o=n,e.emit(u,o)},subscribe:function(n){return e.on(u,n),function(){e.off(u,n)}}}}var u="__brcast__";module.exports=t;
function n(n){return n=n||Object.create(null),{on:function(t,u){(n[t]||(n[t]=[])).push(u)},off:function(t,u){var e=n[t]||(n[t]=[]);e.splice(e.indexOf(u)>>>0,1)},emit:function(t,u){(n[t]||[]).map(function(n){n(u)}),(n["*"]||[]).map(function(n){n(t,u)})}}}function t(t,u){void 0===u&&(u="__brcast__");var e=n(),o=t;return{getState:function(){return o},setState:function(n){o=n,e.emit(u,o)},subscribe:function(n){return e.on(u,n),function(){e.off(u,n)}}}}module.exports=t;
//# sourceMappingURL=brcast.js.map

@@ -1,2 +0,2 @@

!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):n.brcast=t()}(this,function(){function n(n){return n=n||Object.create(null),{on:function(t,e){(n[t]||(n[t]=[])).push(e)},off:function(t,e){var f=n[t]||(n[t]=[]);f.splice(f.indexOf(e)>>>0,1)},emit:function(t,e){(n[t]||[]).map(function(n){n(e)}),(n["*"]||[]).map(function(n){n(t,e)})}}}function t(t){var f=n(),o=t;return{getState:function(){return o},setState:function(n){o=n,f.emit(e,o)},subscribe:function(n){return f.on(e,n),function(){f.off(e,n)}}}}var e="__brcast__";return t});
!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):n.brcast=t()}(this,function(){function n(n){return n=n||Object.create(null),{on:function(t,e){(n[t]||(n[t]=[])).push(e)},off:function(t,e){var o=n[t]||(n[t]=[]);o.splice(o.indexOf(e)>>>0,1)},emit:function(t,e){(n[t]||[]).map(function(n){n(e)}),(n["*"]||[]).map(function(n){n(t,e)})}}}function t(t,e){void 0===e&&(e="__brcast__");var o=n(),f=t;return{getState:function(){return f},setState:function(n){f=n,o.emit(e,f)},subscribe:function(n){return o.on(e,n),function(){o.off(e,n)}}}}return t});
//# sourceMappingURL=brcast.umd.js.map
{
"name": "brcast",
"amdName": "brcast",
"version": "1.1.2",
"description": "Tiny 250b data broadcaster.",
"version": "1.1.3",
"description": "Tiny data broadcaster powered by mitt",
"jsnext:main": "index.js",

@@ -36,3 +36,4 @@ "main": "dist/brcast.js",

"files": [
"dist"
"dist",
"index.js"
],

@@ -39,0 +40,0 @@ "devDependencies": {

# Brcast
> Tiny 250b data broadcaster powered by [mitt](https://github.com/developit/mitt)
> Tiny data broadcaster powered by [mitt](https://github.com/developit/mitt)

@@ -5,0 +5,0 @@ - **Microscopic:** weighs about 400 bytes gzipped

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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