New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-typescript-compile

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-typescript-compile - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "grunt-typescript-compile",
"description": "Grunt plugin to compile TypeScript.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jedmao/grunt-typescript",

@@ -6,0 +6,0 @@ "author": {

@@ -36,5 +36,12 @@ /*

options.outDir = f.dest;
if (f.dest !== '') {
options.outDir = f.dest;
}
grunt.log.debug('TypeScript flags:', options);
if (!src.length) {
grunt.log.debug('No files to compile');
return;
}
ts.compile(src, options, function(err, results) {

@@ -41,0 +48,0 @@ if (err) {

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