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

@epistemology-factory/crocks-ext

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.2 to 0.0.3

String/index.js

18

helpers/index.js

@@ -5,2 +5,3 @@ "use strict";

const composeK = require("crocks/helpers/composeK");
const concat = require("crocks/pointfree/concat");
const flip = require("crocks/combinators/flip");

@@ -13,2 +14,4 @@ const identity = require("crocks/combinators/identity");

const prepend = flip(concat);
/*

@@ -34,5 +37,18 @@ * While `map` is very handy in that it will take a function and apply it to a value, what

/*
* Collects the arguments to a function into an array
*/
// zipArgs :: * -> [ * ]
const zipArgs = function() {
/*
* Can't be an arrow function because of the way Node args work.
*/
return Array.prototype.slice.call(arguments)
}
module.exports = {
applyFunctor,
chainLiftA2
chainLiftA2,
prepend,
zipArgs
}

2

package.json
{
"name": "@epistemology-factory/crocks-ext",
"version": "0.0.2",
"version": "0.0.3",
"description": "Utility functions for use with Crocks",

@@ -5,0 +5,0 @@ "scripts": {

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