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

auth0-extension-express-tools

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

auth0-extension-express-tools - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

README.md

7

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