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

@good-fences/api

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@good-fences/api - npm Package Versions

234

0.20.0

Diff
adjective
published 0.20.0 •

Changelog

Source

0.20.0

Mon, 10 Mar 2025 23:57:11 GMT

Minor changes

  • change to devongovett/glob-match for js-like globs (Maxwell.HuangHobbs@microsoft.com)
adjective
published 0.19.1 •

Changelog

Source

0.19.1

Fri, 28 Feb 2025 19:51:32 GMT

Patches

  • Fix infinite loops in export * expansion (mhuan13@gmail.com)
adjective
published 0.19.0 •

Changelog

Source

0.19.0

Wed, 19 Feb 2025 16:51:32 GMT

Minor changes

  • logger: add debug_logf macro for debug logger (mhuan13@gmail.com)

Patches

  • unused_finder: mark files as typeonly if their contents are typeonly (Maxwell.HuangHobbs@microsoft.com)
  • unused_finder: expand star exports during source file resolution (Maxwell.HuangHobbs@microsoft.com)
  • unused_finder: show re-exported symbols in debug visualization (Maxwell.HuangHobbs@microsoft.com)
  • fix bug causing tracking to fail (Maxwell.HuangHobbs@microsoft.com)
  • unused_finder: consume multi_err to report resolution errors (mhuan13@gmail.com)
  • unused_finder: ensure tagging passes don't overwrite each other (mhuan13@gmail.com)
adjective
published 0.18.4 •

Changelog

Source

0.18.4

Tue, 03 Dec 2024 21:05:49 GMT

Patches

  • avoid duplicate publishing in napi prepublish from default platforms (Maxwell.HuangHobbs@microsoft.com)
adjective
published 0.18.0 •

Changelog

Source

0.18.0

Thu, 14 Nov 2024 16:54:38 GMT

Minor changes

  • Add support for usage from test files (mhuan13@gmail.com)
  • unused_finder: return tagged symbols (mhuan13@gmail.com)
  • Expose a jsonschema file for the unused finder config (mhuan13@gmail.com)
adjective
published 0.17.0 •

Changelog

Source

0.17.0

Thu, 07 Nov 2024 18:37:07 GMT

Minor changes

  • unused_finder: permit type-only exports (Maxwell.HuangHobbs@microsoft.com)
  • Rebuild graph traversal for better maintainability, recursive ignore tracking (mhuan13@gmail.com)
  • Setup devcontainer, add 'exports' aware cacing resolver (mhuan13@gmail.com)

Patches

  • unittest.yml: remove redundant repo clone in health checks (Maxwell.HuangHobbs@microsoft.com)
  • partial refactor of unused_finder to move parsing-related utilities to a submodule (Maxwell.HuangHobbs@microsoft.com)
  • add CODEOWNERS file (mhuan13@gmail.com)
  • run npm pkg fix (Maxwell.HuangHobbs@microsoft.com)
  • remove unused armv7-unknown-linux-gnueabihf from publish pipeline (mhuan13@gmail.com)
  • extract packagejson from import_resolver (Maxwell.HuangHobbs@microsoft.com)
  • update scripts/pre-pr.sh to run beachball (Maxwell.HuangHobbs@microsoft.com)
  • ahashmap+test_tmpdir: add amap2 for creating AHashMap with non-String keys (Maxwell.HuangHobbs@microsoft.com)
  • reduce compilation times by breaking up swc_utils (mhuan13@gmail.com)
  • cancel old CI jobs when new PR revisions are pushed (Maxwell.HuangHobbs@microsoft.com)
  • support heterogenous export maps in packagejson files (mhuan13@gmail.com)
  • Add internal utility to check if a file is exported from a package (Maxwell.HuangHobbs@microsoft.com)
adjective
published 0.16.0 •

Changelog

Source

0.16.0

Tue, 20 Aug 2024 15:59:23 GMT

Minor changes

  • Implement display() for unused report (Maxwell.HuangHobbs@microsoft.com)
adjective
published 0.15.0 •

Changelog

Source

0.15.0

Mon, 19 Aug 2024 23:19:27 GMT

Minor changes

  • add report_exported_items flag to gate reporting exported items (Maxwell.HuangHobbs@microsoft.com)

Patches

  • upgrade swc, add pretty_assertions (Maxwell.HuangHobbs@microsoft.com)
adjective
published 0.14.2 •

Changelog

Source

0.14.2

Mon, 19 Aug 2024 23:17:54 GMT

Patches

  • upgrade swc, add pretty_assertions (Maxwell.HuangHobbs@microsoft.com)
adjective
published 0.14.1 •

Changelog

Source

0.14.1

Wed, 14 Aug 2024 16:58:33 GMT

Patches

  • refactor into multi-crate workspace (Maxwell.HuangHobbs@microsoft.com)