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

gulp-typescript

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-typescript - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5

4

package.json
{
"name": "gulp-typescript",
"version": "3.1.4",
"version": "3.1.5",
"description": "A typescript compiler for gulp with incremental compilation support.",

@@ -84,3 +84,3 @@ "homepage": "https://github.com/ivogabe/gulp-typescript",

"peerDependencies": {
"typescript": "~2.0.3 || >=2.0.0-dev || >=2.1.0-dev || >=2.2.0-dev"
"typescript": "~2.0.3 || >=2.0.0-dev || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev"
},

@@ -87,0 +87,0 @@ "scripts": {

@@ -110,2 +110,3 @@ "use strict";

base = this.project.directory;
baseDeclarations = base;
}

@@ -115,2 +116,3 @@ else {

base = jsFileName.substring(0, jsFileName.length - outFile.length);
baseDeclarations = base;
}

@@ -117,0 +119,0 @@ if (jsContent !== undefined) {

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