Socket
Socket
Sign inDemoInstall

grunt-ts

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-ts - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

2

package.json

@@ -5,3 +5,3 @@ {

"description": "compile typescript files to javascript using tsc command",
"version": "0.3.6",
"version": "0.3.7",
"homepage": "https://github.com/basarat/grunt-ts",

@@ -8,0 +8,0 @@ "repository": {

@@ -51,2 +51,4 @@ module.exports = function (grunt) {

success = false;
} else {
console.log((files.length + ' typescript files successfully processed.').cyan);
}

@@ -53,0 +55,0 @@ });

@@ -100,3 +100,5 @@ /*

}
else {
console.log((files.length +' typescript files successfully processed.').cyan);
}
});

@@ -103,0 +105,0 @@

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