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

@digitak/esrun

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitak/esrun - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

5

package.json
{
"name": "@digitak/esrun",
"version": "1.0.5",
"version": "1.0.6",
"description": "Execute directly your Typescript/Javascript(with ES modules) files using Esbuild",

@@ -8,4 +8,3 @@ "files": ["src/**/*"],

"bin": {
"esrun": "src/bin.js",
"esr": "src/bin.js"
"esrun": "src/bin.js"
},

@@ -12,0 +11,0 @@ "scripts": {

@@ -16,12 +16,10 @@ # esrun

```py
```
esrun foo.ts
# or use shortened form :
esr foo.ts
```
You can pass arguments to the process :
You can pass arguments like any process :
```
esrun foo.ts --option=bar
esrun foo.ts --option=bar --verbose -S
```

@@ -49,3 +47,3 @@

esrun(filePath: string, arguments: string[]): unknown
esrun(filePath: string, argv: string[]): unknown
```
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