mongodb-reduce-objectid
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "mongodb-reduce-objectid", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,4 +19,4 @@ # Shorten MongoDb ObjectId | ||
const shortenId = require('mongodb-reduce-objectid'); | ||
const id = shortenId('5d0efa88f85b2f001172f6ba'); | ||
console.log(id); // => 'ahGw2K' | ||
const shorten = shortenId('5d0efa88f85b2f001172f6ba'); | ||
console.log(shorten); // => 'ahGw2K' | ||
``` |
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
4182
5
63