Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,3 @@ 'use strict' | ||
const maxInt = Math.pow(2, 31) - 1 | ||
const Buffer = require('buffer').Buffer | ||
@@ -8,0 +9,0 @@ function hyperid (opts) { |
{ | ||
"name": "hyperid", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Uber-fast unique id generation, for Node.js and the browser", | ||
@@ -28,10 +28,10 @@ "main": "hyperid", | ||
"bloomfilter": "0.0.18", | ||
"hashids": "^1.1.4", | ||
"hashids": "^1.2.2", | ||
"nid": "^0.3.2", | ||
"pre-commit": "^1.2.2", | ||
"shortid": "^2.2.8", | ||
"shortid": "^2.2.14", | ||
"standard": "^12.0.0", | ||
"tap-dot": "^2.0.0", | ||
"tape": "^4.9.1", | ||
"typescript": "^2.8.3" | ||
"tape": "^4.9.2", | ||
"typescript": "^2.9.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "dependencies": { |
11546
270