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.2 to 2.2.3

6

cli.js

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

[ '-p', temporaryTsconfigPath, ...remainingArgsToForward ],
{ stdio: 'inherit', shell: process.platform === 'win32' },
{
stdio: 'inherit',
env: { ...process.env },
shell: process.platform === 'win32',
},
);

@@ -157,0 +161,0 @@

2

package.json
{
"name": "@jonasgeiler/tsc-files",
"version": "2.2.2",
"version": "2.2.3",
"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