Socket
Socket
Sign inDemoInstall

tsconfig-paths-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
32
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.0.2 to 3.0.3

10

CHANGELOG.md

@@ -10,2 +10,9 @@ # Change Log

## [3.0.3] - 2018-03-31
### Fixed
* Fix configFileName not working as expected, see https://github.com/dividab/tsconfig-paths/issues/31.
* Upgraded tsconfig-paths to 3.2.0 which includes the fix in https://github.com/dividab/tsconfig-paths/pull/32.
## [3.0.2] - 2018-03-14

@@ -110,3 +117,4 @@

[unreleased]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.2...master
[unreleased]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.3...master
[3.0.3]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.2...3.0.3
[3.0.2]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.1...3.0.2

@@ -113,0 +121,0 @@ [3.0.1]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.0...3.0.1

4

package.json
{
"name": "tsconfig-paths-webpack-plugin",
"version": "3.0.2",
"version": "3.0.3",
"description": "Load modules according to tsconfig paths in webpack.",

@@ -11,3 +11,3 @@ "main": "index.js",

"chalk": "^2.3.0",
"tsconfig-paths": "^3.1.3"
"tsconfig-paths": "^3.2.0"
},

@@ -14,0 +14,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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