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 6.1.0 to 6.1.1

1

dist/index.js

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

delete config.options.declarationMap;
delete config.options.emitDeclarationOnly;
// Target ES5 output by default (instead of ES3).

@@ -333,0 +334,0 @@ if (config.options.target === undefined) {

2

package.json
{
"name": "ts-node",
"version": "6.1.0",
"version": "6.1.1",
"description": "TypeScript execution environment and REPL for node",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -13,2 +13,7 @@ # TypeScript Node

```sh
# Locally in your project
npm install -D ts-node
npm install -D typescript
# Or globally (not recommended)
npm install -g ts-node

@@ -18,2 +23,4 @@ npm install -g typescript

**Tip:** Installing modules locally allows you to control and share the versions through `package.json`.
## Features

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