Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.7.3 to 0.8.0

3

dist/ts-node.js

@@ -14,2 +14,3 @@ "use strict";

var make_error_1 = require('make-error');
var tsconfig = require('tsconfig');
var pkg = require('../package.json');

@@ -20,3 +21,3 @@ exports.VERSION = pkg.version;

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

@@ -23,0 +24,0 @@ config: {

{
"name": "ts-node",
"version": "0.7.3",
"version": "0.8.0",
"preferGlobal": true,

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

"proxyquire": "^1.7.2",
"tslint": "^3.2.1",
"tslint": "^3.10.2",
"tslint-config-standard": "^1.0.0",
"typescript": "^1.8.10",
"typings": "^0.8.0"
"typings": "^1.0.4"
},

@@ -65,4 +66,5 @@ "dependencies": {

"source-map-support": "^0.4.0",
"tsconfig": "^3.0.0",
"xtend": "^4.0.0"
}
}

Sorry, the diff of this file is not supported yet

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