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

is-user

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-user - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

8

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

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