New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

functors

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functors - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

6

merge/index.js

@@ -35,3 +35,3 @@ // Generated by CoffeeScript 1.12.7

errors = [];
iterFn = function() {
iterFn = function(funcs) {
var a, fn, ref1, ref2;

@@ -46,3 +46,3 @@ ref1 = funcs, fn = ref1[0], funcs = 2 <= ref1.length ? slice.call(ref1, 1) : [];

errors.push(err);
return iterFn();
return iterFn(funcs);
} else {

@@ -53,3 +53,3 @@ return cb(null, res);

};
return iterFn();
return iterFn(funcs);
};

@@ -56,0 +56,0 @@ };

{
"name": "functors",
"version": "1.3.1",
"version": "1.3.2",
"description": "A collection of 'async' function generators and/or transformers",

@@ -5,0 +5,0 @@ "main": "index.js",

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