for-each-plus
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "for-each-plus", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A better forEach.", | ||
@@ -37,14 +37,14 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"@rollup/plugin-commonjs": "^16.0.0", | ||
"@rollup/plugin-node-resolve": "^10.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.8.0", | ||
"karma": "^4.4.1", | ||
"eslint": "^7.12.1", | ||
"karma": "^5.2.3", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-mocha": "^1.3.0", | ||
"mocha": "^7.1.1", | ||
"rollup": "^2.3.0" | ||
"karma-mocha": "^2.0.1", | ||
"mocha": "^8.2.0", | ||
"rollup": "^2.32.1" | ||
} | ||
} |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | ||
typeof define === 'function' && define.amd ? define(factory) : | ||
(global = global || self, global.forEach = factory()); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.forEach = factory()); | ||
}(this, (function () { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
7357