Socket
Socket
Sign inDemoInstall

@auth0-kits/server

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auth0-kits/server - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

package.json
{
"name": "@auth0-kits/server",
"version": "1.3.3",
"version": "1.3.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,4 +9,4 @@ const querystring = require('querystring');

const CLIENT_URL = `${MANAGEMENT_API_AUDIENCE}/clients`;
const USER_URL = `${MANAGEMENT_API_AUDIENCE}/users`;
const CLIENT_URL = `${MANAGEMENT_API_AUDIENCE}clients`;
const USER_URL = `${MANAGEMENT_API_AUDIENCE}users`;
const USER_IDENTITIES_URL = '/identities';

@@ -13,0 +13,0 @@ const USER_ROLES_URL = '/roles';

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