Socket
Socket
Sign inDemoInstall

extra-map

Package Overview
Dependencies
0
Maintainers
1
Versions
307
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

2

package.json
{
"name": "extra-map",
"version": "3.1.0",
"version": "3.1.1",
"description": "A group of functions for working with Maps.",

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

@@ -41,3 +41,3 @@ A group of functions for working with Maps.<br>

var x = new Map([["a", 1], ["b", 2], ["c", 3], ["d", 4]]);
var x = new Map([["a", 1], ["b", 2], ["c", 3], ["d", 4]]);
var y = new Map([["b", 20], ["c", 30], ["e", 50]]);

@@ -44,0 +44,0 @@ map.intersection(x, y);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc