Socket
Socket
Sign inDemoInstall

@nabla/tnode

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nabla/tnode - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

4

package.json
{
"name": "@nabla/tnode",
"description": "Simple node wrapper that runs esbuild on TS files",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",

@@ -23,3 +23,3 @@ "author": "Arnaud Barré (https://github.com/ArnaudBarre)",

"dependencies": {
"esbuild": "^0.16.1"
"esbuild": "^0.17"
},

@@ -26,0 +26,0 @@ "devDependencies": {

# tnode [![npm](https://img.shields.io/npm/v/@nabla/tnode)](https://www.npmjs.com/package/@nabla/tnode)
Simple node wrapper that runs esbuild on TS files
Simple node wrapper that runs esbuild on TS files.

@@ -11,2 +11,6 @@ ## Install

- For `esbuild@0.17` use `@nabla/tnode@0.9` (latest)
- For `esbuild@0.16` use `@nabla/tnode@0.8`
- For `esbuild@0.15` use `@nabla/tnode@0.7`
## Usage in package.json scripts

@@ -13,0 +17,0 @@

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