🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

meteor-typescript

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteor-typescript - npm Package Compare versions

Comparing version

to
0.7.7-beta.15

{
"name": "meteor-typescript",
"author": "@barbatus",
"version": "0.7.7-beta.14",
"version": "0.7.7-beta.15",
"license": "MIT",

@@ -6,0 +6,0 @@ "description": "TypeScript wrapper package for use with Meteor",

@@ -20,6 +20,6 @@ var assert = require("assert");

function getRootedPath(filePath) {
// if (ts.getRootLength(filePath) === 0) {
// return "/" + filePath;
// }
return "/" + filePath;
if (ts.getRootLength(filePath) === 0) {
return "/" + filePath;
}
return filePath;
}

@@ -26,0 +26,0 @@