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