Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tsr

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsr - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

4

dist/util/findFileUsage.js

@@ -99,3 +99,5 @@ import ts from "typescript";

return new Set(
result.filter((it) => exportsOfTargetFile.has(it) || it === "*")
result.filter(
(it) => exportsOfTargetFile.has(it) || it === "*" || it === "#side-effect"
)
);

@@ -102,0 +104,0 @@ };

@@ -312,2 +312,6 @@ import ts from "typescript";

}
if (!node.importClause) {
imports[resolved] ||= [];
imports[resolved]?.push("#side-effect");
}
return;

@@ -314,0 +318,0 @@ }

@@ -45,3 +45,3 @@ {

},
"version": "1.3.2"
"version": "1.3.3"
}
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