+9
-9
| { | ||
| "name": "map-plus", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "Creates a new array of values by mapping each value in list through an iteratee.", | ||
@@ -36,14 +36,14 @@ "main": "index.js", | ||
| "devDependencies": { | ||
| "@rollup/plugin-commonjs": "^16.0.0", | ||
| "@rollup/plugin-node-resolve": "^10.0.0", | ||
| "@rollup/plugin-commonjs": "^21.0.2", | ||
| "@rollup/plugin-node-resolve": "^13.1.3", | ||
| "babel-eslint": "^10.1.0", | ||
| "chai": "^4.2.0", | ||
| "eslint": "^7.12.1", | ||
| "karma": "^5.2.3", | ||
| "chai": "^4.3.6", | ||
| "eslint": "^8.11.0", | ||
| "karma": "^6.3.17", | ||
| "karma-chai": "^0.1.0", | ||
| "karma-chrome-launcher": "^3.1.0", | ||
| "karma-chrome-launcher": "^3.1.1", | ||
| "karma-mocha": "^2.0.1", | ||
| "mocha": "^8.2.1", | ||
| "rollup": "^2.33.1" | ||
| "mocha": "^9.2.2", | ||
| "rollup": "^2.70.1" | ||
| } | ||
| } |
+1
-1
@@ -1,2 +0,2 @@ | ||
| # map-plus [](https://travis-ci.com/jonkemp/map-plus) | ||
| # map-plus  | ||
@@ -3,0 +3,0 @@ > Produces a new array of values by mapping each value in list through a transformation function (iteratee). |
+2
-2
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
| (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.map = factory()); | ||
| }(this, (function () { 'use strict'; | ||
| })(this, (function () { 'use strict'; | ||
@@ -124,2 +124,2 @@ var isObject = obj => { | ||
| }))); | ||
| })); |
9871
-0.11%