Socket
Socket
Sign inDemoInstall

vbscript-to-typescript

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vbscript-to-typescript

Covert legacy ASP application written in VBScript to TypeScript


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

vbscript-to-typescript

This is a very simple tool that uses a bunch of regular expressions to perform some simple syntax changes from VBScript to TypeScript. Since it only convers very simple cases, manual optimizing will be needed to get the result running.

However, it will make your life much easier if you want to convert a legacy ASP application that was written in VBScript (which was the reason for me to write this tool).

Usage

convertvbs [filename]

Warning

I created this tool very specific for the needs of my project; it might not be of much use for general usage. But I think it can give some ideas how to handle old VBScript code.

FAQs

Package last updated on 13 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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