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

@epistemology-factory/crocks-web

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epistemology-factory/crocks-web - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

validation/validation-error.js

4

logging/logger.js

@@ -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": [],

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