Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@outlinerisk/auth0-tools

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@outlinerisk/auth0-tools - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

4

dist/management/clients/actionClient.js

@@ -222,2 +222,4 @@ import { logger } from '../../logger.js';

createBinding = (name, triggerId) => {
// prepare action name
name = this.prefixName(name);
const newBinding = {

@@ -250,2 +252,4 @@ display_name: name,

deleteBinding = (name, triggerId) => {
// prepare action name
name = this.prefixName(name);
this.bindings[triggerId] = this.bindings[triggerId].filter((binding) => {

@@ -252,0 +256,0 @@ return binding.ref.value !== name;

2

package.json
{
"name": "@outlinerisk/auth0-tools",
"version": "0.1.15",
"version": "0.1.16",
"description": "Pathpoint's internal Auth0 tooling.",

@@ -5,0 +5,0 @@ "author": "Pathpoint",

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