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.3.0 to 0.4.0

jest.js

5

package.json
{
"name": "@nabla/tnode",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",

@@ -16,4 +16,3 @@ "description": "Simple node wrapper that runs esbuild on TS files",

"bin": {
"tnode": "tnode.js",
"tjest": "tjest.js"
"tnode": "tnode.js"
},

@@ -20,0 +19,0 @@ "keywords": [

24

README.md

@@ -8,3 +8,3 @@ # tnode

```shell
yarn global add @nabla/tnode
yarn add @nabla/tnode
```

@@ -22,10 +22,2 @@

## Usage in independent scripts
```ts
#!/usr/bin/env tnode
console.log("It just works!")
```
## Usage with Jest

@@ -40,3 +32,3 @@

"transform": {
"\\.ts": " tjest"
"\\.ts": "@nabla/tnode/jest"
}

@@ -46,1 +38,13 @@ }

```
## Usage in independent scripts
```shell
yarn global add @nabla/tnode
```
```ts
#!/usr/bin/env tnode
console.log("It just works!")
```
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