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 1.2.2 to 1.2.3

1

dist/index.js

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

delete result.config.compilerOptions.outFile;
delete result.config.compilerOptions.declarationDir;
var basePath = result.path ? path_1.dirname(result.path) : cwd;

@@ -193,0 +194,0 @@ if (typeof ts.parseConfigFile === 'function') {

4

package.json
{
"name": "ts-node",
"version": "1.2.2",
"version": "1.2.3",
"preferGlobal": true,

@@ -50,3 +50,3 @@ "description": "TypeScript execution environment and REPL for node",

"istanbul": "^0.4.0",
"mocha": "^2.1.0",
"mocha": "^3.0.0",
"ntypescript": "^1.201507091536.1",

@@ -53,0 +53,0 @@ "proxyquire": "^1.7.2",

@@ -51,3 +51,3 @@ # TypeScript Node

```sh
mocha --compilers ts:ts-node/register --compilers tsx:ts-node/register [...args]
mocha --compilers ts:ts-node/register,tsx:ts-node/register [...args]
```

@@ -54,0 +54,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