🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

map-plus

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

map-plus - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+9
-9
package.json
{
"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,2 +0,2 @@

# map-plus [![Build Status](https://travis-ci.com/jonkemp/map-plus.svg?branch=master)](https://travis-ci.com/jonkemp/map-plus)
# map-plus ![Build Status](https://github.com/jonkemp/map-plus/actions/workflows/main.yml/badge.svg?branch=master)

@@ -3,0 +3,0 @@ > Produces a new array of values by mapping each value in list through a transformation function (iteratee).

@@ -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 => {

})));
}));