Comparing version 0.3.6 to 0.3.7
@@ -130,3 +130,3 @@ "use strict"; | ||
for (var decl in decls) { | ||
ret[decl] = decls[decl].map(function (t) { return t.name; }); | ||
ret[decl] = Array.isArray(decls[decl]) && decls[decl].map(function (t) { return t.name; }); | ||
} | ||
@@ -133,0 +133,0 @@ return ret; |
{ | ||
"name": "tsun", | ||
"preferGlobal": true, | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "TSUN: a repl for TypeScript Upgraded Node", | ||
@@ -6,0 +6,0 @@ "bin": "./bin/tsun", |
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
27059