Socket
Socket
Sign inDemoInstall

tshy

Package Overview
Dependencies
Maintainers
1
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 1.15.0 to 1.15.1

8

dist/esm/exports.js

@@ -71,4 +71,4 @@ import { relative, resolve } from 'node:path/posix';

: {
source,
types: target.replace(/\.js$/, '.d.ts'),
source,
default: target,

@@ -90,4 +90,4 @@ };

: {
source,
types: target.replace(/\.js$/, '.d.ts'),
source,
default: target,

@@ -106,4 +106,4 @@ };

: {
source: s,
types: impTarget.replace(/\.(m?)js$/, '.d.$1ts'),
source: s,
default: impTarget,

@@ -119,4 +119,4 @@ };

: {
source: s,
types: reqTarget.replace(/\.(c?)js$/, '.d.$1ts'),
source: s,
default: reqTarget,

@@ -123,0 +123,0 @@ };

{
"name": "tshy",
"version": "1.15.0",
"version": "1.15.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)",

@@ -413,2 +413,8 @@ # tshy - TypeScript HYbridizer

**Note**: If a package uses Node.js `Worker` scripts or bins that
are written in TS and need to be compiled, then `liveDev` will
not work, and should not be used. Additionally, any dependencies
of those modules also cannot use `liveDev`, unless a loader such
as `tsx` is used when run.
See also: "Loading from Source", below.

@@ -415,0 +421,0 @@

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