Socket
Socket
Sign inDemoInstall

hashmap

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

2

hashmap.js

@@ -132,3 +132,3 @@ /**

// TODO: Don't use expandos when Object.defineProperty is not available?
if (!key._hmuid_) {
if (!key.hasOwnProperty('_hmuid_')) {
key._hmuid_ = ++HashMap.uid;

@@ -135,0 +135,0 @@ hide(key, '_hmuid_');

{
"name": "hashmap",
"author": "Ariel Flesler <aflesler@gmail.com>",
"version": "2.0.3",
"version": "2.0.4",
"description": "HashMap Class for JavaScript",

@@ -6,0 +6,0 @@ "keywords": ["hashmap", "map", "object", "array", "associative", "javascript", "nodejs", "node", "browser"],

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