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

gulp-tsb

Package Overview
Dependencies
Maintainers
1
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 1.7.0 to 1.7.1

4

lib/builder.js

@@ -233,3 +233,3 @@ 'use strict';

_log('[check semantics*]', fileName_1 + ' is an internal module and it has changed shape -> check whatever hasn\'t been checked yet');
toBeCheckedSemantically.push.apply(toBeCheckedSemantically, host.getScriptFileNames().filter(function (filename) { return path.extname(filename) === '.ts'; }));
toBeCheckedSemantically.push.apply(toBeCheckedSemantically, host.getScriptFileNames());
filesWithChangedSignature.length = 0;

@@ -395,3 +395,3 @@ dependentFiles.length = 0;

LanguageServiceHost.prototype.getScriptFileNames = function () {
return Object.keys(this._snapshots);
return Object.keys(this._snapshots).filter(function (filename) { return path.extname(filename) === '.ts'; });
};

@@ -398,0 +398,0 @@ LanguageServiceHost.prototype.getScriptVersion = function (filename) {

{
"name": "gulp-tsb",
"version": "1.7.0",
"version": "1.7.1",
"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