reference-map
Advanced tools
Comparing version 1.2.7 to 1.2.8
const Rmap = require('../') | ||
function main () { | ||
let start = new Date() | ||
const start = new Date() | ||
const map = new Rmap() | ||
@@ -6,0 +6,0 @@ let num = 1000000 |
@@ -24,3 +24,3 @@ module.exports = class ReferanceMap { | ||
if (ref === undefined) { | ||
ref = this._map.push({obj, type}) - 1 | ||
ref = this._map.push({ obj, type }) - 1 | ||
obj[this.intRefProp] = ref | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "reference-map", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "This is a simple determinstic map that maps POJOs to an integer", | ||
@@ -24,13 +24,13 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git@github.com:wanderer/referenceMap.git" | ||
"url": "git@gitlab.com:mbjecze/referenceMap.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/wanderer/referenceMap/issues" | ||
"url": "https://gitlab.com/mjbecze/referenceMap/issues" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.0", | ||
"nyc": "^11.7.1", | ||
"standard": "^11.0.1", | ||
"tape": "^4.9.0" | ||
"coveralls": "^3.0.5", | ||
"nyc": "^14.1.1", | ||
"standard": "^13.1.0", | ||
"tape": "^4.11.0" | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
74327
1