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

1
6

6.0.0

Diff

Changelog

Source

[6.0.0] - 24 Jan 2020

Added

  • Add options to ignore imports from certain files: --ignoreFiles, --ignoreProductionFiles, --ignoreTestFiles

Changed

  • BREAKING CHANGE: renamed the option --ignorePaths to be --excludePathsFromReport
pzavolinsky
published 5.5.0 •

Changelog

Source

[5.5.0] - 20 Jan 2020

Added

  • Add option --allowUnusedTypes to skip unused types or interfaces.
pzavolinsky
published 5.4.0 •

Changelog

Source

[5.4.0] - 19 Jan 2020

Added

  • Support exports destructured from array (issue #31)
pzavolinsky
published 5.3.0 •

Changelog

Source

[5.3.0] - 04 Jan 2020

Added

  • Handle exports from within a namespace. Disabled by default, unless option --searchNamespaces is given. Note: this can affect performance on large codebases.
pzavolinsky
published 5.2.0 •

Changelog

Source

[5.2.0] - 23 Dec 2019

Changed

  • (Internal) Update dependency TypeScript to 3.7.3
  • (Internal) Simplify some logic, using the new optional chaining operator (?.)
  • (Internal) Increase code coverage and simplify code (baseUrl defaults to '.')
pzavolinsky
published 5.1.0 •

Changelog

Source

[5.1.0] - 26 Nov 2019

Added

  • Detect dynamic imports, to avoid false reports of unused exports
  • Handle the alias from 'export default as', to avoid false positives.

Changed

  • (Internal) Update dependencies (except for TypeScript)
pzavolinsky
published 5.0.0 •

Changelog

Source

[5.0.0] - 22 Nov 2019

Added

  • Include .d.ts files when searching for unused exports. This can be disabled via the --excludeDeclarationFiles option.
pzavolinsky
published 4.0.0 •

Changelog

Source

[4.0.0] - 07 Nov 2019

Changed

  • use eslint-style exit code (0 = no issues, 1 = unused exports found, 2 = exception occurred)
  • (Internal) add code coverage via nyc
  • (Internal) code coverage and linting are included in npm test
  • (Internal) add more unit tests, increasing the code coverage
  • Limit max exit code when --exitWithCount option is used (max is 127, a signed byte)
  • (Internal) add badges including: code coverage, npm package version, license, dependency status.
pzavolinsky
published 3.0.3 •

Changelog

Source

[3.0.3] - 30 Oct 2019

Changed

  • (Internal) Add eslint with default rules (via typescript-eslint)
  • (Internal) Fix all the linting issues
pzavolinsky
published 3.0.2 •

Changelog

Source

[3.0.2] - 28 Oct 2019

Changed

  • (Internal) Replaced jasmine tests with cucumber tests
  • Fix handling of import from index files, like "." or "./index.ts"
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