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

gulp-tsb

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-tsb - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

0

lib/builder.js

@@ -0,0 +0,0 @@ 'use strict';

5

lib/index.js

@@ -7,2 +7,3 @@ /// <reference path="../node_modules/typescript/lib/lib.es6.d.ts"/>

var fs_1 = require('fs');
var path_1 = require('path');
// We actually only want to read the tsconfig.json file. So all methods

@@ -27,3 +28,3 @@ // to read the FS are 'empty' implementations.

var parsed = ts.readConfigFile(configOrName, _parseConfigHost.readFile);
options = ts.parseJsonConfigFileContent(parsed.config, _parseConfigHost, __dirname).options;
options = ts.parseJsonConfigFileContent(parsed.config, _parseConfigHost, path_1.dirname(configOrName)).options;
if (parsed.error) {

@@ -35,3 +36,3 @@ console.error(parsed.error);

else {
options = ts.parseJsonConfigFileContent({ compilerOptions: configOrName }, _parseConfigHost, __dirname).options;
options = ts.parseJsonConfigFileContent({ compilerOptions: configOrName }, _parseConfigHost, './').options;
Object.assign(config, configOrName);

@@ -38,0 +39,0 @@ }

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

{
"name": "gulp-tsb",
"version": "2.0.1",
"version": "2.0.2",
"author": "Johannes Rieken <johannes.rieken@gmail.com>",

@@ -5,0 +5,0 @@ "description": "A gulp plugin for very fast TypeScript compilation.",

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