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.2.4 to 0.2.5

6

dist/ts-node.js

@@ -15,3 +15,3 @@ var __extends = (this && this.__extends) || function (d, b) {

var chalk = require('chalk');
exports.VERSION = '0.2.4';
exports.VERSION = '0.2.5';
exports.EXTENSIONS = ['.ts', '.tsx'];

@@ -25,5 +25,5 @@ function readConfig(cwd, ts) {

config.compilerOptions = extend({
target: 'es5'
target: 'es5',
module: 'commonjs'
}, config.compilerOptions, {
module: 'commonjs',
sourceMap: true,

@@ -30,0 +30,0 @@ inlineSourceMap: false,

{
"name": "ts-node",
"version": "0.2.4",
"version": "0.2.5",
"preferGlobal": true,

@@ -68,5 +68,5 @@ "description": "TypeScript execution environment for node",

"source-map-support": "^0.3.2",
"tsconfig": "^1.0.3",
"tsconfig": "^2.0.1",
"xtend": "^4.0.0"
}
}

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