New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 3.2.2

7

bin.js

@@ -18,2 +18,6 @@ #!/usr/bin/env node

let argument;
if (argv.length < argsOffset) {
console.log("Missing typescript input file");
process.exit(0);
}
while ((argument = argv[argsOffset]).startsWith("-")) {

@@ -35,2 +39,5 @@ const [command, parameters] = argument.split(":");

preserveConsole: !!options.preserveConsole,
}).catch(error => {
console.error(error);
process.exit(1);
});

2

package.json
{
"name": "@digitak/esrun",
"version": "3.2.1",
"version": "3.2.2",
"type": "module",

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

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