You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

le-map-e

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

le-map-e - npm Package Compare versions

Comparing version

to
1.0.3

5

bin/MapFunc.js
'use strict';
module.exports = (function () {
function _Map(key, value) {
return new Map([[key, value]]);
}
Map.prototype.setOrPush = function (key, value) {

@@ -4,0 +9,0 @@ if (this.has(key)) {

@@ -9,2 +9,7 @@ /**

module.exports = (function () {
function _Set(value) {
return new Set([value]);
}
Set.prototype.deepMapAppendOrNew = function (key, value) {

@@ -11,0 +16,0 @@ var self = this;

2

package.json
{
"name": "le-map-e",
"version": "1.0.2",
"version": "1.0.3",
"description": "Some es6 Map() functions",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet