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

fairmont-reactive

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fairmont-reactive - npm Package Compare versions

Comparing version 1.0.0-beta-38 to 1.0.0-beta-39

8

lib/adapters.js
// Generated by CoffeeScript 1.10.0
(function() {
var Method, _pull, _when, apply, binary, combine, compose, curry, events, flow, identity, isArray, isDefined, isEmpty, isFunction, isFunctionList, isIterable, isIterator, isProducer, isPromise, isReactor, isReagent, isSource, isType, iterator, next, pipe, producer, promise, property, pull, reactor, ref, ref1, ref2, ref3, reject, repeat, resolve, stream,
var Method, _pull, _when, apply, binary, combine, compose, curry, events, flow, identity, isArray, isDefined, isEmpty, isFunction, isFunctionList, isIterable, isIterator, isObject, isProducer, isPromise, isReactor, isReagent, isSource, isString, isType, iterator, next, pipe, producer, promise, property, pull, reactor, ref, ref1, ref2, ref3, reject, repeat, resolve, stream,
slice = [].slice;

@@ -12,3 +12,3 @@

ref1 = require("fairmont-helpers"), isType = ref1.isType, isEmpty = ref1.isEmpty, isFunction = ref1.isFunction, isArray = ref1.isArray, isDefined = ref1.isDefined, isPromise = ref1.isPromise, property = ref1.property;
ref1 = require("fairmont-helpers"), isType = ref1.isType, isString = ref1.isString, isObject = ref1.isObject, isEmpty = ref1.isEmpty, isFunction = ref1.isFunction, isArray = ref1.isArray, isDefined = ref1.isDefined, isPromise = ref1.isPromise, property = ref1.property;

@@ -171,3 +171,3 @@ Method = require("fairmont-multimethods").Method;

Method.define(events, String, isSource, function(name, source) {
Method.define(events, isString, isSource, function(name, source) {
return events({

@@ -180,3 +180,3 @@ name: name,

Method.define(events, Object, isSource, function(map, source) {
Method.define(events, isObject, isSource, function(map, source) {
var dequeue, done, end, enqueue, error, name, pending, resolved;

@@ -183,0 +183,0 @@ name = map.name, end = map.end, error = map.error;

{
"name": "fairmont-reactive",
"version": "1.0.0-beta-38",
"version": "1.0.0-beta-39",
"description": "Functional reactive programming in JavaScript and CoffeeScript.",

@@ -5,0 +5,0 @@ "files": [

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