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 1.2.5 to 1.2.6

2

package.json

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

"description": "Compile and manage your TypeScript project",
"version": "1.2.5",
"version": "1.2.6",
"homepage": "https://github.com/basarat/grunt-ts",

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

@@ -471,6 +471,2 @@ /// <reference path="../defs/node/node.d.ts"/>

if (!!amdloaderPath) {
updateAmdLoader(referenceFile, referencePath, amdloaderFile, amdloaderPath, target.outDir);
}
// The files to compile

@@ -492,2 +488,6 @@ var filesToCompile = files;

if (!!amdloaderPath && result.code == 0) {
updateAmdLoader(referenceFile, referencePath, amdloaderFile, amdloaderPath, target.outDir);
}
// End the timer

@@ -494,0 +494,0 @@ endtime = new Date().getTime();

@@ -522,7 +522,2 @@ /// <reference path="../defs/node/node.d.ts"/>

// Create the loader if specified
if (!!amdloaderPath) {
updateAmdLoader(referenceFile, referencePath, amdloaderFile, amdloaderPath, target.outDir);
}
// The files to compile

@@ -541,2 +536,7 @@ var filesToCompile = files;

// Create the loader if specified & compiliation succeeded
if (!!amdloaderPath && result.code==0) {
updateAmdLoader(referenceFile, referencePath, amdloaderFile, amdloaderPath, target.outDir);
}
// End the timer

@@ -543,0 +543,0 @@ endtime = new Date().getTime();

Sorry, the diff of this file is not supported yet

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