Comparing version 0.3.0 to 0.3.1
"use strict"; | ||
var readline = require('node-color-readline'); | ||
var readlineTTY = require('node-color-readline'); | ||
var readlineNoTTY = require('readline'); | ||
var util = require('util'); | ||
@@ -13,2 +14,4 @@ var vm = require('vm'); | ||
require('colors'); | ||
// node-color-readline blows up in non-TTY envs | ||
var readline = process.stdout.isTTY ? readlineTTY : readlineNoTTY; | ||
var options = require('optimist') | ||
@@ -15,0 +18,0 @@ .alias('f', 'force') |
{ | ||
"name": "tsun", | ||
"preferGlobal": true, | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "TSUN: a repl for TypeScript Upgraded Node", | ||
@@ -6,0 +6,0 @@ "bin": "./bin/tsun", |
@@ -9,3 +9,3 @@ # TSUN - TypeScript Upgraded Node | ||
=== | ||
* TS 1.8 support | ||
* TS 2.0 support | ||
* Keyword highlight | ||
@@ -12,0 +12,0 @@ * Tab-completion support |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27708
651
2