connect-roles
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,6 @@ | ||
3.0.1 / 2014-02-19 | ||
================== | ||
* Fix bug in use3 | ||
3.0.0 / 2014-02-19 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -22,3 +22,3 @@ "use strict"; | ||
} else if (arguments.length === 3) { | ||
use3.apply(this, arguments); | ||
this.use3(arguments[0], arguments[1], arguments[2]); | ||
} else { | ||
@@ -25,0 +25,0 @@ throw new Error('use can have 1, 2 or 3 arguments, not ' + arguments.length); |
{ | ||
"name": "connect-roles", | ||
"description": "Provides dynamic roles based authorization for node.js connect and express servers.", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"homepage": "http://documentup.com/ForbesLindesay/connect-roles", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
20222
0