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

ts-loader

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-loader - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

CHANGELOG.md
# Changelog
## v0.2.2
- Fix issue with source maps
## v0.2.1

@@ -4,0 +8,0 @@

2

index.js

@@ -120,5 +120,5 @@ ///<reference path="node_modules/typescript/bin/typescript.d.ts" />

if (options.sourceMap) {
contents = output.outputFiles[1].text;
sourceMap = JSON.parse(output.outputFiles[0].text);
sourceMap.sourcesContent = [contents];
contents = output.outputFiles[1].text;
}

@@ -125,0 +125,0 @@ else {

{
"name": "ts-loader",
"version": "0.2.1",
"version": "0.2.2",
"description": "TypeScript loader for webpack",

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

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