@epistemology-factory/crocks-web
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -83,6 +83,6 @@ "use strict"; | ||
/* | ||
* `logK` takes whatever is logged and wraps if in a Chainable. The resulting function | ||
* `logK` takes whatever is logged and wraps it in a Chainable. The resulting function | ||
* can be used in Kliesli compositions. | ||
*/ | ||
// logK :: Chain m => (a -> m a) -> (Integer -> String -> a) -> Integer -> String -> a -> m a | ||
// logK :: Chain m => (a -> m a) -> (Integer -> String -> a -> a) -> Integer -> String -> a -> m a | ||
const logK = curry((fn, log) => | ||
@@ -89,0 +89,0 @@ nAry(3, compose(fn, log)) |
{ | ||
"name": "@epistemology-factory/crocks-web", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Functions to help write web applications with crocks", | ||
@@ -10,3 +10,3 @@ "scripts": { | ||
"dist:publish": "cd build && npm publish --access public", | ||
"test": "mocha test/**/*.js" | ||
"test": "mocha --recursive test" | ||
}, | ||
@@ -13,0 +13,0 @@ "keywords": [], |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
12301
14
344
1