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

tsconfig-paths-webpack-plugin

Package Overview
Dependencies
Maintainers
11
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsconfig-paths-webpack-plugin - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

11

CHANGELOG.md

@@ -8,4 +8,10 @@ # Change Log

## [Unreleased](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.5.0...master)
## [Unreleased](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.5.1...master)
## [3.5.1](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.5.0...3.5.0) - 2021-03-16
### Fixed
- Remove `console.log` from `plugin.ts` [#72](https://github.com/dividab/tsconfig-paths-webpack-plugin/pull/72). Thanks to [@visualfanatic](https://github.com/visualfanatic) for this fix!
## [3.5.0](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.4.1...3.5.0) - 2021-03-15

@@ -29,3 +35,2 @@

## [3.3.0](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.2.0...3.3.0) - 2020-07-29

@@ -184,3 +189,1 @@

- First release.

@@ -9,3 +9,2 @@ "use strict";

const Logger = require("./logger");
const util_1 = require("util");
const getInnerRequest = require("enhanced-resolve/lib/getInnerRequest");

@@ -103,3 +102,2 @@ class TsconfigPathsPlugin {

}
console.log(`Returning with path ${util_1.inspect({ result2 }, false, 4, true)}`);
// tslint:disable-next-line:no-any

@@ -106,0 +104,0 @@ callback(undefined, result2);

{
"name": "tsconfig-paths-webpack-plugin",
"version": "3.5.0",
"version": "3.5.1",
"description": "Load modules according to tsconfig paths in webpack.",

@@ -5,0 +5,0 @@ "main": "lib/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