You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

array-factory

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-factory - npm Package Compare versions

Comparing version

to
0.2.1

@@ -38,4 +38,2 @@ "use strict";

exports.factoryMap = factoryMap;
const test = [1, 2, 3];
factoryMap(test, el => el);
define('factoryMap', function (callback, thisArg) {

@@ -42,0 +40,0 @@ return factoryMap(this, callback, thisArg);

{
"$schema": "https://json.schemastore.org/package",
"name": "array-factory",
"version": "0.2.0",
"version": "0.2.1",
"description": "Array methods that only evaluate for each element when they're needed.",

@@ -6,0 +6,0 @@ "repository": "https://gitlab.com/MysteryBlokHed/array-factory",