auth0-extension-express-tools
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "auth0-extension-express-tools", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A set of tools and utilities to simplify the development of Auth0 Extensions with Express.", | ||
@@ -11,2 +11,3 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"autochecker": "^0.9.2", | ||
"eslint": "^3.2.2", | ||
@@ -23,3 +24,5 @@ "eslint-config-airbnb": "^10.0.0", | ||
"test": "./node_modules/tape/bin/tape tests/**/*.js | ./node_modules/faucet/bin/cmd.js", | ||
"test:coverage": "./node_modules/nyc/bin/nyc.js ./node_modules/tape/bin/tape tests/**/*.js | ./node_modules/faucet/bin/cmd.js && ./node_modules/nyc/bin/nyc.js report" | ||
"test:docker": "./node_modules/autochecker/cli.js 4.4.5 6.3.1", | ||
"test:coverage": "./node_modules/nyc/bin/nyc.js ./node_modules/tape/bin/tape tests/**/*.js | ./node_modules/faucet/bin/cmd.js && ./node_modules/nyc/bin/nyc.js report", | ||
"prepublish": "npm run test:docker" | ||
}, | ||
@@ -26,0 +29,0 @@ "repository": { |
@@ -9,2 +9,3 @@ const tools = require('auth0-extension-tools'); | ||
request.auth0 = auth0; | ||
next(); | ||
}) | ||
@@ -11,0 +12,0 @@ .catch(function(err) { |
@@ -48,5 +48,1 @@ const tape = require('tape'); | ||
}); | ||
// https://sandbox.it.auth0.com/api/run/sandrino-dev/8d6f0f0711daedc87d1a6d595771015a/users |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
13831
13
275
1
96
8