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

ts-project-loader

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-project-loader - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md
# Changelog
## v0.1.1
- Fix output path for declaration files
## v0.1.0
- Initial version

6

dist/loader.js

@@ -230,6 +230,4 @@ "use strict";

function emitDeclarationFile(loader, compilation, tscBuildResult) {
const outputPath = loader.rootContext ||
compilation.compiler.context ||
getWebpackOutputPath(compilation.compiler) ||
'./';
const outputPath = getWebpackOutputPath(compilation.compiler) ||
'./dist';
// console.info('** Start emit declarations');

@@ -236,0 +234,0 @@ tscBuildResult.data.files.forEach((tsFile) => {

@@ -1,2 +0,2 @@

declare const _default: "0.1.0";
declare const _default: "0.1.1";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = '0.1.0';
exports.default = '0.1.1';

@@ -41,3 +41,3 @@ {

"types": "./dist/index.d.ts",
"version": "0.1.0"
"version": "0.1.1"
}
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