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 Compare versions

Comparing version 10.0.0 to 10.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [10.0.1] - 4 Sept 2023
### Changed
- fix: an extra semicolon in the setting --excludePathsFromReport should not break the filtering. #297.
## [10.0.0] - 9 Aug 2023

@@ -2,0 +8,0 @@

4

lib/argsParser.js

@@ -47,3 +47,5 @@ "use strict";

paths.forEach(function (path) {
pathsToExcludeFromReport.push(path);
if (path) {
pathsToExcludeFromReport.push(path);
}
});

@@ -50,0 +52,0 @@ }

{
"name": "ts-unused-exports",
"version": "10.0.0",
"version": "10.0.1",
"description": "ts-unused-exports finds unused exported symbols in your Typescript project",

@@ -5,0 +5,0 @@ "main": "lib/app.js",

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