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

@dt-esa/platform-constants

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dt-esa/platform-constants - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

dist/index.js

@@ -8,3 +8,3 @@ "use strict";

*/
exports.dynatraceUrlRegex = /^(?<protocol>https?:\/\/)?(?<tenantId>[a-z]{3}[0-9]{5}\.(?<saasStage>sprint|live|dev)\.(?<saasDomain>dynatrace|dynatracelabs)\.com|.+?\/e\/(?<tenantId>[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|(127\.0\.0\.1|localhost|\[::1\]|.+?):9999\/e\/(?<tenantId>[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}|[a-z]{3}\d{5}))\/?$/;
exports.dynatraceUrlRegex = /^(?<protocol>https?:\/\/)?(?<saasTenantId>[a-z]{3}[0-9]{5}\.(?<saasStage>sprint|live|dev)\.(?<saasDomain>dynatrace|dynatracelabs)\.com|.+?\/e\/(?<managedTenantId>[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|(127\.0\.0\.1|localhost|\[::1\]|.+?):9999\/e\/(?<activeGateTenantId>[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}|[a-z]{3}\d{5}))\/?$/;
/**

@@ -11,0 +11,0 @@ * Assert if a string is a Dynatrace SaaS url.

{
"name": "@dt-esa/platform-constants",
"version": "1.2.0",
"version": "1.2.1",
"description": "A set of regular expressions and enums for interfacing with Dynatrace.",

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

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