🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More
Socket
Sign inDemoInstall
Socket

typescript-transform-paths

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-transform-paths - npm Package Versions

124567

3.4.3

Diff
danielpanpm
published 3.4.3 •
danielpanpm
published 3.4.2 •

Changelog

Source

3.4.2 (2022-10-21)

Bug Fixes

  • Edge cases exist which causes ts-node to fail with register script (fixes #162) (0dbe06e)
danielpanpm
published 3.4.1 •

Changelog

Source

3.4.1 (2022-10-20)

Bug Fixes

  • ImportType node children do not transform (fixes #150) (70871d2)
danielpanpm
published 3.4.0 •

Changelog

Source

3.4.0 (2022-10-20)

Features

  • Added NX Transformer (6619164)
  • Updated library to support latest TypeScript & ts-node (cbeb29c)

Bug Fixes

  • Fixed incorrect signature return type for transformer (fixes #156) (a40b378)
nonara
published 3.4.0-alpha •
danielpanpm
published 3.3.1 •

Changelog

Source

3.3.1 (2021-08-16)

Bug Fixes

  • External project references not resolved properly in composite projects (fixes #125) (4a16396)
nonara
published 3.3.0 •

Changelog

Source

3.3.0 (2021-08-10)

Features

  • Added typescript-transform-paths/register script (8c36b09)
danielpanpm
published 3.2.1 •

Changelog

Source

3.2.1 (2021-08-05)

Bug Fixes

  • Missing type-only modifier for ts-node type import (fixes #130) (0320574)
danielpanpm
published 3.2.0 •

Changelog

Source

3.2.0 (2021-08-03)

Features

  • Support transformation via ts-node transpileOnly and compiler API transformNodes (closes #123) (dd942fd)

Bug Fixes

  • Custom JSDoc tags not working for older TS (fixes #126) (d4280c3)
danielpanpm
published 3.1.0 •

Changelog

Source

3.1.0 (2021-07-13)

Features

  • Add support for module augmentation (closes #122) (f9d4994)