Socket
Socket
Sign inDemoInstall

gulp-ts

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-ts - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -158,3 +158,3 @@ /*jslint node:true */

// Last file has been read, and the directory can be cleaned out
// This assumes that the task is
// This assumes that the task is used with at least one file
if (filesRead === files.length) {

@@ -161,0 +161,0 @@ rmdir(path.join(__dirname, compiledir), function (err) {

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

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

"plugin",
"ts"
"ts",
"gulpplugin",
"gulpfriendly"
],

@@ -30,8 +32,7 @@ "dependencies": {

"shelljs": "~0.2.6",
"gulp-util": "~2.2.14"
"gulp-util": "~2.2.14",
"rimraf": "~2.2.6"
},
"analyze": true,
"devDependencies": {
"rimraf": "~2.2.6"
},
"devDependencies": {},
"license": "MIT",

@@ -38,0 +39,0 @@ "engines": {

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