Comparing version 0.1.0 to 0.1.1
var uuid = require('uuid') | ||
var infinite = require('pull-stream/sources/infinite') | ||
@@ -4,0 +3,0 @@ module.exports = function (options) { |
{ | ||
"name": "pull-uuid", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "uuid generation as an infinite pull stream", | ||
@@ -24,5 +24,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"pull-stream": "^3.5.0", | ||
"uuid": "^3.0.1" | ||
} | ||
} |
# pull-uuid | ||
uuid generation as an infitite pull stream | ||
## Usage | ||
```js | ||
var pullUuid = require('pull-uuid') | ||
var buf = new Buffer(16) | ||
var options = { | ||
version: 'v4', | ||
uuidOpts: {}, | ||
buffer: buf, | ||
offset: 0 | ||
} | ||
var uuid = pullUuid(options) | ||
``` | ||
If no options object is provided it will generate uuid v4 strings. | ||
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
3069
1
23
20
- Removedpull-stream@^3.5.0
- Removedpull-stream@3.7.0(transitive)