Socket
Socket
Sign inDemoInstall

gulp-ts

Package Overview
Dependencies
90
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.15 to 0.1.0

4

index.js

@@ -1,4 +0,4 @@

"use strict";
/*jslint node:true */
/*jslint nomen: true */
"use strict";

@@ -62,3 +62,3 @@ /**

compileFiles = function () {
// Construct a compile command to be used with the shell TypeScript compiler
// Construct a compile command to be used with the shell TypeScript compiler
var compileCmd = '',

@@ -65,0 +65,0 @@ // Path to the TypeScript binary

{
"name": "gulp-ts",
"preferGlobal": false,
"version": "0.0.15",
"version": "0.1.0",
"author": "Panu Horsmalahti <panu.horsmalahti@iki.fi>",

@@ -30,3 +30,3 @@ "description": "TypeScript compiler Gulp plugin",

"dependencies": {
"typescript": "~1.0.1",
"typescript": "~1.4",
"through": "~2.3.4",

@@ -33,0 +33,0 @@ "shelljs": "~0.3.0",

gulp-ts
=========
TypeScript compiler plugin for Gulp.
TypeScript compiler plugin for Gulp. Not actively maintained.

@@ -6,0 +6,0 @@ First install gulp-ts

/*jshint node:true */
// Run with mocha test.js
// Run with 'gulp test'

@@ -5,0 +5,0 @@ // Requires

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc