Socket
Socket
Sign inDemoInstall

ts-loader

Package Overview
Dependencies
89
Maintainers
3
Versions
165
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.5.0 to 9.5.1

3

CHANGELOG.md
# Changelog
## 9.5.1
* [fix: inputSourceMap can be null](https://github.com/TypeStrong/ts-loader/pull/1639) [#1638] - thanks @johnnyreilly and @michaeltford
## 9.5.0

@@ -4,0 +7,0 @@ * [Feature: map the input source map in case ts-loader is used in a loader pipeline](https://github.com/TypeStrong/ts-loader/pull/1626) - thanks @Ka0o0 and @bojanv55

2

dist/index.js

@@ -67,3 +67,3 @@ "use strict";

// this avoids that we have to make a possibly expensive call to the source-map lib
if (sourceMap === undefined || inputSourceMap === undefined) {
if (sourceMap === undefined || !inputSourceMap) {
callback(null, output, sourceMap);

@@ -70,0 +70,0 @@ return;

{
"name": "ts-loader",
"version": "9.5.0",
"version": "9.5.1",
"description": "TypeScript loader for webpack",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc