Socket
Socket
Sign inDemoInstall

ts-node

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-node - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

4

dist/ts-node.js

@@ -19,3 +19,3 @@ "use strict";

var project = options.project, noProject = options.noProject;
var fileName = noProject ? undefined : path_1.resolve(ts.findConfigFile(project || cwd, ts.sys.fileExists));
var fileName = noProject ? undefined : ts.findConfigFile(project || cwd, ts.sys.fileExists);
var result = fileName ? ts.readConfigFile(fileName, ts.sys.readFile) : {

@@ -40,3 +40,3 @@ config: {

});
var basePath = path_1.dirname(path_1.resolve(fileName));
var basePath = fileName ? path_1.dirname(path_1.resolve(fileName)) : cwd;
if (typeof ts.parseConfigFile === 'function') {

@@ -43,0 +43,0 @@ return ts.parseConfigFile(result.config, ts.sys, basePath);

{
"name": "ts-node",
"version": "0.6.1",
"version": "0.6.2",
"preferGlobal": true,

@@ -5,0 +5,0 @@ "description": "TypeScript execution environment and REPL for node",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc