Skip to content

guard: v2.0.0

Latest
Compare
Choose a tag to compare
@gabidobo gabidobo released this 15 Feb 21:26

2.0.0 (2023-02-15)

⚠ BREAKING CHANGES

  • issue affecting detected caller paths
  • anonymous event data collection

Features

  • access denied callback (45ea81a)
  • add lint to CI pipeline (4c50ad5)
  • add telemetry notice to inspector log output (ef24258)
  • alias root-level code by path (fbf4405)
  • allow calling init from test plugins (e4b196b)
  • allow cascading calls (c8a91cf)
  • allow init call from sandworm-mocha module (a63bcd1)
  • allow verbose logging in prod mode (9170b3b)
  • anonymous event data collection (4ad3988)
  • automate releases (97a81d9)
  • capture binds, support minArgsToTrigger (29cb0c6)
  • remove args from log output (35d6d3f)
  • remove unused library data from build (b73e398)
  • retry sending events to inspector (584eb69)
  • update package name (9b5a63b)

Bug Fixes

  • allow init from sandworm-utils (5df5065)
  • always require perms for high-risk modules (f9e9b21)
  • cache access performance issue (16ffc24)
  • CI config (1844a54)
  • CI config (1f09fc7)
  • ignoring browser extension traffic (24196bd)
  • include inspector logo png in npm pack (e17f479)
  • include inspector tool browser app sourcemaps (88a09ec)
  • issue affecting detected caller paths (d8e6199)
  • mark sensitive process/child_process methods (d15025e)
  • module names now account for callbacks (fc02b67)
  • Node pseudo-class support (8df8668)
  • stack trace limit (7cd290e)
  • support nested node_modules (4a4c0e7)
  • test regression (3f65bf9)
  • test regression (dd43af9)
  • test regression (aee7d45)
  • test regression (00fa82f)
  • test regressions (86782cf)
  • tracking errors now log at debug level (98562a3)
  • tracking loop issue on Node (e41ac24)
  • url detect performance issue (ae6b829)