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

ts-unused-exports

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-unused-exports - npm Package Versions

13
6

9.0.0

Diff

Changelog

Source

[9.0.0] - 26 Dec 2022

Added

  • Allow for importing of 'x.js' files as opposed to simply 'x'. This aims towards supporting es6 and higher modules as opposed to CommonJS.

  • Add option --findCompletelyUnusedFiles to check for completely unused files

ts-unused-exports-user
published 8.0.5 •

Changelog

Source

[8.0.5] - 10 Dec 2022

Changed

  • Add support for running from a directory not the 'project' directory that contains tsconfig.json. (Issue #248)
ts-unused-exports-user
published 8.0.4 •

ts-unused-exports-user
published 8.0.3 •

pzavolinsky
published 8.0.2 •

Changelog

Source

[8.0.2] - 5 Dec 2022

Changed

  • Fix handling of files ending with 'index.ts': do not always report as containing unused exports. Do allow ignoring via ignoreFile regex.
ts-unused-exports-user
published 8.0.1 •

ts-unused-exports-user
published 8.0.0 •

Changelog

Source

[8.0.0] - 14 Feb 2022

Changed

  • Fix: Add support for 'extends' in tsconfig.json (Issue #102, #200)
  • (Internal) Using absolute paths which is less ambiguous. Delegating tsconfig.json parsing to TypeScript.
pzavolinsky
published 7.0.3 •

Changelog

Source

[7.0.3] - 25 Feb 2021

Changed

  • Package metadata related to funding and financial support, no functional or implementation changes.
pzavolinsky
published 7.0.2 •

Changelog

Source

[7.0.2] - 23 Feb 2021

Changed

  • Fix false positives on Windows machines when using absolute paths (baseUrl) or aliases (paths).
pzavolinsky
published 7.0.1 •

Changelog

Source

[7.0.1] - 18 Jan 2021`

Changed

  • Updated the chalk dependency (no change in behavior)
  • (Internal) Updated the dev dependencies, involving lot of small changes adding parentheses to lambda parameters.
  • Fix --allowUnusedTypes not applying to type re-exports (Issue #180)
  • Fix --allowUnusedEnums not applying to enum re-exports
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