🚀 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.14

@@ -128,4 +128,4 @@ var assert = require("assert");

_.each(filePaths, function (filePath) {
typings = typings.concat(
compileService.getRefTypings(filePath));
// typings = typings.concat(
// compileService.getRefTypings(filePath));
if (tsu.isTypings(filePath)) {

@@ -209,3 +209,3 @@ typings.push(filePath);

// re-compiling same files aimed for diff arch.
var noArchOpts = _.omit(options, 'arch');
var noArchOpts = _.omit(options, 'arch', 'useCache');
var csOptions = {

@@ -212,0 +212,0 @@ options: noArchOpts,

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

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