Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

identif

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

identif - npm Package Compare versions

Comparing version 0.4.26 to 0.4.27

18

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc