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

@jonasgeiler/tsc-files

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jonasgeiler/tsc-files - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

2

cli.js

@@ -81,3 +81,3 @@ #!/usr/bin/env node

// Evaluate the content as JS to support comments in the config file
const tsconfig = new Function(`return ${tsconfigContent}`)();
const tsconfig = new Function(`return (\n${tsconfigContent}\n);`)();

@@ -84,0 +84,0 @@ // Get a temporary tsconfig file path

{
"name": "@jonasgeiler/tsc-files",
"version": "2.2.3",
"version": "2.2.4",
"description": "A tiny tool to run tsc on specific files without ignoring tsconfig.json",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/skayo/tsc-files#readme",

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