Comparing version 0.4.27 to 0.4.28
'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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
12965
5
8
196
145
1
+ Addeddebug@4.3.7(transitive)
+ Addedioredis@4.28.5(transitive)
+ Addedlodash.isarguments@3.1.0(transitive)
+ Addedp-map@2.1.0(transitive)
+ Addedredis-errors@1.2.0(transitive)
+ Addedredis-parser@3.0.0(transitive)
+ Addedstandard-as-callback@2.1.0(transitive)
- Removedbluebird@3.7.2(transitive)
- Removeddebug@2.6.9(transitive)
- Removedflexbuffer@0.0.6(transitive)
- Removedioredis@3.2.2(transitive)
- Removedlodash.assign@4.2.0(transitive)
- Removedlodash.bind@4.2.1(transitive)
- Removedlodash.clone@4.5.0(transitive)
- Removedlodash.clonedeep@4.5.0(transitive)
- Removedlodash.difference@4.5.0(transitive)
- Removedlodash.foreach@4.5.0(transitive)
- Removedlodash.isempty@4.4.0(transitive)
- Removedlodash.keys@4.2.0(transitive)
- Removedlodash.noop@3.0.1(transitive)
- Removedlodash.partial@4.2.1(transitive)
- Removedlodash.pick@4.4.0(transitive)
- Removedlodash.sample@4.2.1(transitive)
- Removedlodash.shuffle@4.2.0(transitive)
- Removedlodash.values@4.3.0(transitive)
- Removedms@2.0.0(transitive)
- Removedredis-parser@2.6.0(transitive)
Updateddebug@^3.1.0
Updatedioredis@^4.0.0
Updateduuid@^3.3.2