reference-map
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -54,3 +54,5 @@ module.exports = class ReferanceMap { | ||
clear () { | ||
this.intRefProp = Symbol('int') | ||
this._map.forEach(el => { | ||
delete el[this.intRefProp] | ||
}) | ||
this._map = [] | ||
@@ -57,0 +59,0 @@ } |
{ | ||
"name": "reference-map", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "This is a simple determinstic map that maps POJOs to an integer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65970
20
538