You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

meteor-typescript

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

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.4-beta.6

7

compile-service-host.js

@@ -43,6 +43,6 @@ "use strict";

var fileChanged = this.fileCache.isChanged(fullPath, arch, source);
this.files[filePath].version++;
this.files[filePath].changed = false;
if (fileChanged) {
this.files[filePath].version++;
this.files[filePath].changed = true;

@@ -110,4 +110,5 @@ if (isTypings) {

SH.getScriptVersion = function(filePath) {
return this.files[filePath] &&
this.files[filePath].version.toString();
var normPath = sourceHost.normalizePath(filePath);
return this.files[normPath] &&
this.files[normPath].version.toString();
};

@@ -114,0 +115,0 @@

{
"name": "meteor-typescript",
"author": "@barbatus",
"version": "0.7.4-beta.5",
"version": "0.7.4-beta.6",
"license": "MIT",

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