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 3.2.25 to 3.2.26

2

package.json
{
"name": "@digitak/esrun",
"version": "3.2.25",
"version": "3.2.26",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Execute directly your Typescript files using Esbuild",

@@ -0,1 +1,3 @@

> **This package has been moved to [esrun](https://www.npmjs.com/package/esrun). This is a legacy version.**
# esrun

@@ -18,3 +20,3 @@ **esrun** is a "work out of the box" library to execute Typescript (as well as modern Javascript with decorators and stuff) without having to use a bundler. This is useful for quick demonstrations or when launching your tests written in Typescript.

```shell
npm i -g @digitak/esrun
npm i -g esrun
```

@@ -44,3 +46,3 @@

```shell
npm i -D @digitak/esrun
npm i -D esrun
```

@@ -218,3 +220,3 @@

``` ts
import esrun from '@digitak/esrun'
import esrun from 'esrun'

@@ -273,3 +275,3 @@ export async function esrun(filePath: string, options?: Options): Promise<void>

```ts
import { Runner } from '@digitak/esrun'
import { Runner } from 'esrun'

@@ -276,0 +278,0 @@ const runner = new Runner(inputFile: string, options?: Options)

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