Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "is-user", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -9,9 +9,9 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=6" | ||
}, | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "mocha --compilers js:babel-core/register test.js -w", | ||
"test": "mocha test.js -w", | ||
"build": "babel --out-dir dist src", | ||
"test:single": "mocha --compilers js:babel-core/register test.js", | ||
"test:single": "mocha test.js", | ||
"lint" : "xo index.js --fix" | ||
@@ -18,0 +18,0 @@ }, |
## Is-User | ||
#An utility to check if a role is assigned to an user. | ||
[![travis build](https://img.shields.io/travis/manishsaraan/is-user.svg?style=flat-square)](https://travis-ci.org/manishsaraan/is-user) | ||
[![version](https://img.shields.io/npm/v/is-user.svg?style=flat-square)]((http://npm.im/is-user)) | ||
[![downloads](https://img.shields.io/npm/dm/is-user.svg?style=flat-square)](https://npm-stat.com/charts.html?package=is-user&from=2018-01-01&to=2019-03-16) | ||
[![MIT License](https://img.shields.io/npm/l/is-user.svg?style=flat-square)](http://opensource.org/licenses/MIT) | ||
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) | ||
@@ -5,0 +10,0 @@ #How to use |
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
3442
21