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 4.0.4 to 4.0.5

2

lib-build/index.js

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

// start the compilation process
_builder.build(file => this.queue(file), printDiagnostic, token).then(() => this.queue(null));
_builder.build(file => this.queue(file), printDiagnostic, token).catch(e => console.error(e)).then(() => this.queue(null));
});

@@ -55,0 +55,0 @@ }

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

// start the compilation process
_builder.build(file => this.queue(file), printDiagnostic, token).then(() => this.queue(null));
_builder.build(file => this.queue(file), printDiagnostic, token).catch(e => console.error(e)).then(() => this.queue(null));
});

@@ -55,0 +55,0 @@ }

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

// start the compilation process
_builder.build(file => this.queue(file), printDiagnostic, token).then(() => this.queue(null));
_builder.build(file => this.queue(file), printDiagnostic, token).catch(e => console.error(e)).then(() => this.queue(null));
});

@@ -55,0 +55,0 @@ }

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