backtracker
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -13,3 +13,3 @@ "use strict"; | ||
/((?:.[\w_.<>]*)? ?(?:.[\w_.<>]*)? ?\[(?:as)? ?(?:.[\w_.<>]*)\])? ?\(([^*?"<>]*):(\d+):(\d+)\)/, | ||
/at (async)? file:\/{2,3}([^:]):(\d+):(\d+)/ // expression for file urls | ||
/at (async)? ?file:\/\/\/([\w\d:\/\. \(\)_\-,]+):(\d+):(\d+)/ // expression for file urls | ||
]; | ||
@@ -16,0 +16,0 @@ class BackTracker { |
{ | ||
"name": "backtracker", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Back track in JS code execution and find where a function was called", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28285