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.5 to 4.0.6

6

lib-build/builder.js

@@ -362,3 +362,7 @@ 'use strict';

filename = normalize(filename);
return this._snapshots[filename].getVersion();
const result = this._snapshots[filename];
if (result) {
return result.getVersion();
}
return 'UNKNWON_FILE_' + Math.random().toString(16).slice(2);
}

@@ -365,0 +369,0 @@ getScriptSnapshot(filename, resolve = true) {

@@ -362,3 +362,7 @@ 'use strict';

filename = normalize(filename);
return this._snapshots[filename].getVersion();
const result = this._snapshots[filename];
if (result) {
return result.getVersion();
}
return 'UNKNWON_FILE_' + Math.random().toString(16).slice(2);
}

@@ -365,0 +369,0 @@ getScriptSnapshot(filename, resolve = true) {

@@ -362,3 +362,7 @@ 'use strict';

filename = normalize(filename);
return this._snapshots[filename].getVersion();
const result = this._snapshots[filename];
if (result) {
return result.getVersion();
}
return 'UNKNWON_FILE_' + Math.random().toString(16).slice(2);
}

@@ -365,0 +369,0 @@ getScriptSnapshot(filename, resolve = true) {

2

package.json
{
"name": "gulp-tsb",
"version": "4.0.5",
"version": "4.0.6",
"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