uuid-mongodb
Advanced tools
Comparing version 2.3.4 to 2.4.0
@@ -8,1 +8,2 @@ import { Binary } from "mongodb"; | ||
export const from: (uuid: string | Binary) => MUUID; | ||
export const mode: (mode: 'canonical'| 'relaxed') => { v1, v4, from, mode}; |
{ | ||
"name": "uuid-mongodb", | ||
"version": "2.3.4", | ||
"version": "2.4.0", | ||
"description": "Generates and parses MongoDB BSON UUIDs. Plays nicely with others including the MongoDB native driver and Mongoose.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
13819
10
120