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.0 to 1.0.1

2

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

@@ -5,0 +5,0 @@ "files": ["src/**/*"],

# esrun
Execute your Typescript or modern Javascript files without having to use a bundler or . This is useful for quick demonstrations or when launching your tests written in Typescript.
Execute your Typescript or modern Javascript files without having to use a bundler. This is useful for quick demonstrations or when launching your tests written in Typescript.

@@ -33,5 +33,5 @@ This library is a thin wrapper around [esbuild](https://github.com/evanw/esbuild) which compiles Typescript almost instantly.

``` ts
import esrun from 'esrun'
import esrun from '@digitak/esrun'
esrun(filePath: string, ...arguments: 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