Comparing version 0.4.26 to 0.4.27
{ | ||
"name": "identif", | ||
"version": "0.4.26", | ||
"version": "0.4.27", | ||
"description": "Helper functions to verify one's identity via personal channels(SMS, Phone, E-Mail and more!)", | ||
@@ -44,15 +44,15 @@ "license": "MIT", | ||
"dependencies": { | ||
"debug": "^2.6.4", | ||
"ioredis": "^2.5.0", | ||
"uuid": "^3.0.1" | ||
"debug": "^3.0.0", | ||
"ioredis": "^3.1.4", | ||
"uuid": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^6.0.0", | ||
"chai": "^4.1.1", | ||
"chai-as-promised": "^7.1.1", | ||
"co-mocha": "^1.2.0", | ||
"coveralls": "^2.13.0", | ||
"eslint": "^3.19.0", | ||
"coveralls": "^2.13.1", | ||
"eslint": "^4.5.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.2.0" | ||
"mocha": "^3.5.0" | ||
} | ||
} |
@@ -94,2 +94,36 @@ <div align="center"> | ||
## API | ||
### Identif([options]) | ||
#### Methods | ||
* `request([extra])` | ||
* `verify(requestId, code)` | ||
### MemoryStore() | ||
#### Methods | ||
* `get(key)` | ||
* `set(key, data)` | ||
### RedisStore([options]) | ||
#### Methods | ||
* `get(key)` | ||
* `set(key, data)` | ||
## Contributing | ||
This project follows the [**Contributor Covenant**](http://contributor-covenant.org/version/1/4/) Code of Conduct. | ||
#### Bug Reports & Feature Requests | ||
Please use the [issue tracker](https://github.com/posquit0/node-identif/issues) to report any bugs or ask feature requests. | ||
## Contact | ||
@@ -96,0 +130,0 @@ |
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
10615
136
7
+ Addeddebug@3.2.7(transitive)
+ Addeddenque@1.5.1(transitive)
+ Addedioredis@3.2.2(transitive)
+ Addedlodash.assign@4.2.0(transitive)
+ Addedlodash.bind@4.2.1(transitive)
+ Addedlodash.clone@4.5.0(transitive)
+ Addedlodash.clonedeep@4.5.0(transitive)
+ Addedlodash.defaults@4.2.0(transitive)
+ Addedlodash.difference@4.5.0(transitive)
+ Addedlodash.flatten@4.4.0(transitive)
+ Addedlodash.foreach@4.5.0(transitive)
+ Addedlodash.isempty@4.4.0(transitive)
+ Addedlodash.keys@4.2.0(transitive)
+ Addedlodash.noop@3.0.1(transitive)
+ Addedlodash.partial@4.2.1(transitive)
+ Addedlodash.pick@4.4.0(transitive)
+ Addedlodash.sample@4.2.1(transitive)
+ Addedlodash.shuffle@4.2.0(transitive)
+ Addedlodash.values@4.3.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedredis-parser@2.6.0(transitive)
- Removeddouble-ended-queue@2.1.0-0(transitive)
- Removedioredis@2.5.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedredis-parser@1.3.0(transitive)
Updateddebug@^3.0.0
Updatedioredis@^3.1.4
Updateduuid@^3.1.0