Socket
Socket
Sign inDemoInstall

ts-loader

Package Overview
Dependencies
Maintainers
3
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-loader - npm Package Versions

1
1517

0.4.4

Diff

Changelog

Source

v0.4.4

  • Add support for "noLib" compiler option (#19)
  • Make errors easier to parse programmatically (#20)
    • Errors in declaration files are now added to the stats object instead of written to console
    • Errors now include file, rawMessage, and location properties
  • Make --watch option more robust
    • Fix issue where changes to entry file were not detected
    • Fix issue where changes to typing information only did not result in a rebuild (#21)
jbrantly
published 0.4.3 •

Changelog

Source

v0.4.3

  • Fix error locations to be 1-based instead of 0-based (#18)
jbrantly
published 0.4.2 •

Changelog

Source

v0.4.2

  • Rework the way dependencies are loaded (#14)
  • Fix NPM dependency on TypeScript (#15, #16)
jbrantly
published 0.4.1 •

Changelog

Source

v0.4.1

  • Fix Windows issue with paths (#14)
jbrantly
published 0.4.0 •

Changelog

Source

v0.4.0

  • TypeScript 1.5 support! (#14)
  • tsconfig.json support (#2, #9)
  • ES6 target support
  • Remove TS-related options in favor of specifying them in tsconfig.json
  • Add configFileName option for custom tsconfig files
jbrantly
published 0.3.4 •

Changelog

Source

v0.3.4

  • Exclude TS 1.5 as a dependency since there are breaking changes
jbrantly
published 0.3.3 •

Changelog

Source

v0.3.3

  • Add support for reporting errors in declaration files (#10)
  • Add support for watch mode for declaration files (#11)
  • Fix issue with extra sourceMappingURL in output files (#12)
jbrantly
published 0.3.2 •

Changelog

Source

v0.3.2

  • Add support for manually adding files (#6)
  • Add paths to source maps (#8)
jbrantly
published 0.3.1 •

Changelog

Source

v0.3.1

  • Add support for specifying a custom TypeScript compiler
jbrantly
published 0.3.0 •

Changelog

Source

v0.3.0

  • Change how modules are resolved. Imports and declaration file references are now resolved through TypeScript instead of being resolved through webpack's resolve API. This fixes a number of issues and better aligns the loader to work as a replacement for the tsc command. (#3, #4, #5)
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