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.2 to 0.0.3

3

index.js

@@ -9,2 +9,3 @@ /*jslint node:true */

var shell = require('shelljs');
var path = require('path');

@@ -15,3 +16,3 @@ "use strict";

var tsPlugin = function(options) {
var tscPath = 'node_modules/typescript/bin/tsc',
var tscPath = path.join(__dirname, 'node_modules/typescript/bin/tsc'),
bufferFiles,

@@ -18,0 +19,0 @@ compileFiles,

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

@@ -6,0 +6,0 @@ "description": "TypeScript compiler Gulp plugin",

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