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

tshy

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tshy - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

dist/esm/clean-build-tmp.js

@@ -62,3 +62,4 @@ // Remove the .tshy-build folder, but ONLY if

const config = readTypescriptConfig();
if (config.options.incremental !== true) {
if (config.options.incremental !== true &&
config.options.composite !== true) {
return rimrafSync('.tshy-build');

@@ -65,0 +66,0 @@ }

{
"name": "tshy",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript HYbridizer - Hybrid (CommonJS/ESM) TypeScript node package builder",

@@ -5,0 +5,0 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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