fairmont-helpers
Advanced tools
Comparing version 1.0.0-beta-25 to 1.0.0-beta-26
@@ -14,3 +14,3 @@ // Generated by CoffeeScript 1.9.3 | ||
isPrototype = curry(function(p, value) { | ||
return (p != null) && (value != null) && p === prototype(value); | ||
return (p != null) && p === prototype(value); | ||
}); | ||
@@ -23,3 +23,4 @@ | ||
isTransitivePrototype = curry(function(p, value) { | ||
return (isPrototype(p, value)) || (isPrototype(p, prototype(value))); | ||
var q; | ||
return (p != null) && (p === (q = prototype(value)) || (q && isTransitivePrototype(p, q))); | ||
}); | ||
@@ -26,0 +27,0 @@ |
{ | ||
"name": "fairmont-helpers", | ||
"version": "1.0.0-beta-25", | ||
"version": "1.0.0-beta-26", | ||
"description": "True functional reactive programming for JavaScript.", | ||
@@ -29,2 +29,3 @@ "files": [ | ||
"amen": "^1.0.0-alpha-03", | ||
"coffee-script": "^1.10.0", | ||
"json": "^9.0.3" | ||
@@ -35,3 +36,2 @@ }, | ||
"fairmont-multimethods": "^1.0.0-beta-20", | ||
"coffee-script": "~1.9.3", | ||
"when": "^3.7.3" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31605
3
732
3
- Removedcoffee-script@~1.9.3
- Removedcoffee-script@1.9.3(transitive)