definition-tester
Advanced tools
Comparing version 0.0.2 to 0.0.3
var os = require('os'); | ||
var path = require('path'); | ||
var sms = require('source-map-support'); | ||
var opt = require('optimist'); | ||
@@ -27,3 +26,10 @@ var Promise = require('bluebird'); | ||
if (argv['debug']) { | ||
sms.install(); | ||
var sms; | ||
try { | ||
sms = require('source-map-support'); | ||
} catch (e) { | ||
} | ||
if (sms) { | ||
sms.install(); | ||
} | ||
Promise.longStackTraces(); | ||
@@ -30,0 +36,0 @@ } |
{ | ||
"name": "definition-tester", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "DefinitelyTyped repository testing infrastructure", | ||
@@ -49,3 +49,2 @@ "keywords": [ | ||
"optimist": "~0.6.1", | ||
"source-map-support": "~0.2.5", | ||
"tslint": "^0.4.9" | ||
@@ -62,2 +61,3 @@ }, | ||
"mocha-unfunk-reporter": "^0.4.0", | ||
"source-map-support": "~0.2.5", | ||
"tslint-path-formatter": "^0.1.1", | ||
@@ -64,0 +64,0 @@ "typescript": "^1.0.1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57755
8
1435
11
- Removedsource-map-support@~0.2.5
- Removedamdefine@1.0.1(transitive)
- Removedsource-map@0.1.32(transitive)
- Removedsource-map-support@0.2.10(transitive)