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.27 to 0.4.28

lib/identif.js

6

index.js
'use strict';
const Identif = require('./lib/Identif');
const RedisStore = require('./lib/RedisStore');
const MemoryStore = require('./lib/MemoryStore');
const Identif = require('./lib/identif');
const RedisStore = require('./lib/stores/redis');
const MemoryStore = require('./lib/stores/memory');
module.exports = { Identif, RedisStore, MemoryStore };
{
"name": "identif",
"version": "0.4.27",
"version": "0.4.28",
"description": "Helper functions to verify one's identity via personal channels(SMS, Phone, E-Mail and more!)",
"license": "MIT",
"author": "Claud D. Park <posquit0.bj@gmail.com> (http://www.posquit0.com)",
"author": {
"name": "Byungjin Park",
"email": "posquit0.bj@gmail.com",
"url": "http://www.posquit0.com"
},
"contributors": [],
"homepage": "https://github.com/posquit0/node-identif#readme",
"homepage": "https://github.com/posquit0/node-identif",
"repository": {

@@ -27,6 +31,7 @@ "type": "git",

"2fa",
"mfa",
"authentication"
],
"engines": {
"node": ">=4"
"node": ">=6"
},

@@ -39,21 +44,21 @@ "files": [

"scripts": {
"test": "mocha test",
"test": "NODE_ENV=test jest --verbose",
"test:watch": "npm test -- --watch",
"test:coverage": "istanbul cover _mocha --report lcovonly -- test",
"lint": "eslint ./"
"test:coverage": "npm test -- --coverage",
"lint": "eslint lib test",
"lint:lib": "eslint lib",
"lint:test": "eslint test"
},
"dependencies": {
"debug": "^3.0.0",
"ioredis": "^3.1.4",
"uuid": "^3.1.0"
"debug": "^3.1.0",
"ioredis": "^4.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"co-mocha": "^1.2.0",
"coveralls": "^2.13.1",
"eslint": "^4.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.0"
"coveralls": "^3.0.2",
"eslint": "^5.4.0",
"eslint-config-kasa": "^0.1.3",
"jest": "^23.5.0",
"jest-junit": "^5.1.0"
}
}

@@ -46,2 +46,4 @@ <div align="center">

[![Greenkeeper badge](https://badges.greenkeeper.io/posquit0/node-identif.svg)](https://greenkeeper.io/)
```bash

@@ -129,2 +131,7 @@ # NPM

## Self Promotion
Like node-identif? Follow the repository on [GitHub](https://github.com/posquit0/node-identif). And if you're feeling especially charitable, follow [posquit0](https://posquit0.com) on [GitHub](https://github.com/posquit0).
## Contact

@@ -137,2 +144,4 @@

[MIT](https://github.com/posquit0/node-identif/blob/master/LICENSE) © [Byungjin Park](http://www.posquit0.com)
Provided under the terms of the [MIT License](https://github.com/posquit0/node-identif/blob/master/LICENSE).
Copyright © 2017-2018, [Byungjin Park](http://www.posquit0.com).

Sorry, the diff of this file is not supported yet

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