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 1.7.2 to 1.7.3

3

dist/bin.js

@@ -26,3 +26,4 @@ #!/usr/bin/env node

'--allow-natives-syntax',
'--perf-basic-prof'
'--perf-basic-prof',
'--preserve-symlinks'
]);

@@ -29,0 +30,0 @@ for (var i = 0; i < argv.length; i++) {

{
"name": "ts-node",
"version": "1.7.2",
"version": "1.7.3",
"preferGlobal": true,

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

@@ -105,2 +105,9 @@ # TypeScript Node

This will register the TypeScript compiler for "on the fly" compilation support of `.ts` and `.tsx` files during the run
of the script. From here you can use `require` to bring in modules from TypeScript files:
```js
var someModule = require('path_to_a_typescript_file');
```
## License

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