mongoose-shortid
mongoose-shortid copied to clipboard
Hey, I want to use shortid but I would love to know if it is possible to use equals() and how I can embed just the ids, for example, I...
Hi there, I can't get it to work when I nest the created value in the model: ``` let schema = new Schema({ foo: { type: ShortId, // works as...
Please update the **latest bignum version** and **remove the peerDependencies of mongoose** which is both outdated inside package.json. **remove:** "peerDependencies": { "mongoose": ">= 3.5.0 < 4" }, **update:** "dependencies": {...
Updated the version number of the bignum package dependency to ~0.9. Closes #13
Here a test script: ``` genId = require "mongoose-shortid/lib/genid" async = require "async" async.times 50, (n, next) -> genId {base: 32, len: 6}, next , (err, ids) -> console.log(ids) ```...
…ps of fields while concurrently running the code. Fixed it by declaring 'use strict' and defining 'var key', at the same time declaring the attemptSave as a function variable
Hello, Just to let you know, I experienced some strange issues with your module. This crashed my node app with a "-1073740940" exit code. No more debug informations... I forked...
There's a dependency on an obsolete version of `node-bignum`, which is incompatible with latest stable version of node and io.js.