New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connect-roles

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-roles - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

5

history.md

@@ -0,1 +1,6 @@

3.1.1 / 2015-02-04
==================
Fix use of deprecated `Promise.from` method (only impacts use of the async api)
3.1.0 / 2014-11-03

@@ -2,0 +7,0 @@ ==================

2

index.js

@@ -97,3 +97,3 @@ "use strict";

});
}, Promise.from(null)).then(function (result) {
}, Promise.resolve(null)).then(function (result) {
if (typeof result == 'boolean') return result;

@@ -100,0 +100,0 @@ else return false;

{
"name": "connect-roles",
"description": "Provides dynamic roles based authorization for node.js connect and express servers.",
"version": "3.1.0",
"version": "3.1.1",
"homepage": "http://documentup.com/ForbesLindesay/connect-roles",

@@ -6,0 +6,0 @@ "repository": {

@@ -11,2 +11,3 @@ # Connect Roles

[![NPM version](https://img.shields.io/npm/v/connect-roles.svg)](http://badge.fury.io/js/connect-roles)
[![Gratipay](https://img.shields.io/gratipay/ForbesLindesay.svg)](https://gratipay.com/ForbesLindesay)

@@ -13,0 +14,0 @@ ## Installation

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