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

babelts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babelts - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

8

package.json
{
"name": "babelts",
"version": "0.0.2",
"version": "1.0.0",
"description": "Run TypeScript code with Babel.",

@@ -29,4 +29,4 @@ "keywords": [

"dependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",

@@ -37,4 +37,4 @@ "@babel/register": "^7.6.2",

"devDependencies": {
"mocha": "^6.2.1"
"mocha": "^6.2.2"
}
}

@@ -1,8 +0,16 @@

# babelts
# babelts · ![NPM](https://img.shields.io/npm/l/babelts) ![npm](https://img.shields.io/npm/v/babelts)
Use this to run TypeScript code using Babel.
This uses [`hard-rejection`](https://github.com/sindresorhus/hard-rejection) so that unhandled async errors cause the program to exit.
**Install:**
```sh
yarn add --dev babelts
```
**Use:**
```sh
node --require babelts myFile.ts
```
Use this to run TypeScript code using Babel.
This uses [`hard-rejection`](https://github.com/sindresorhus/hard-rejection) so that unhandled async errors cause the program to exit.
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