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

backtracker

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backtracker - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

dist/index.js

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

/^at eval \(eval a?t? ?([\w_\.<>]+)? ?\((?:file\:\/\/\/)?([^*"\)]+):(\d+):(\d+)\),? ?([\w_\.<>]+)?:\d+:\d+\)$/,
/^at ([\w_\.<>]+)? ?\(?<anonymous>\)?$/,
/^at ([\w_\.<>]+)? ?\(?(<anonymous>)\)?$/,
/^at (?:async)? ?Promise.all \(index (\d+)\)$/,

@@ -12,0 +12,0 @@ /^at (async)? ?((?!\bfile\b|[A-Z]:)[\w_\.<> ]+)? ?(?:\[as ([\w_\.<> ]+)\])? ?\(?(?:file\:\/\/\/)?([^*"]+):(\d+):(\d+)\)?$/, // expression for named and unnamed scopes including functions that were renamed as well as getters

{
"name": "backtracker",
"version": "3.2.0",
"version": "3.2.1",
"description": "Back track in JS code execution and find where a function was called",

@@ -22,3 +22,3 @@ "main": "dist/index",

"devDependencies": {
"@types/node": "18.0.3",
"@types/node": "18.7.4",
"typescript": "^4.7.4"

@@ -25,0 +25,0 @@ },

Sorry, the diff of this file is not supported yet

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