Socket
Socket
Sign inDemoInstall

airwaves

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

4

lib/airwaves.js

@@ -34,3 +34,3 @@ // Generated by CoffeeScript 1.4.0

var _i, _len, _ref, _results;
_ref = names.split(/[,\s]+/);
_ref = ("" + names).split(/[,\s]+/);
_results = [];

@@ -142,3 +142,3 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) {

Channel: Channel,
version: '0.2.0'
version: '0.2.1'
};

@@ -145,0 +145,0 @@

{
"name": "airwaves",
"version": "0.2.0",
"version": "0.2.1",
"author": "David Chambers <dc@hashify.me>",

@@ -5,0 +5,0 @@ "keywords": ["pubsub", "publish", "subscribe", "broadcast", "message"],

@@ -132,7 +132,7 @@ # Airwaves

```coffeescript
channel.subscribe 'numerator-change', calculate
channel.subscribe 'denominator-change', calculate
channel.subscribe "numerator-change", calculate
channel.subscribe "denominator-change", calculate
```
```coffeescript
channel.subscribe 'numerator-change, denominator-change', calculate
channel.subscribe "numerator-change, denominator-change", calculate
```

@@ -139,0 +139,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc