New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

texttojsxbin

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

texttojsxbin

Encode selected text to JSXBIN and put inside eval

latest
Source
npmnpm
Version
0.0.12
Version published
Maintainers
1
Created
Source

TextToJSXBIN

Convert JSX code to JSXBIN and put in the eval. Requires ExtendScript Debugger to run.

![TextToJSXBIN]

Installation

  • From VSCode application

    • Open Extensions and type TextToJSXBIN.
    • Click Install and then Reload button.
  • From GitHub

    • Download repository and unzip the package.
    • Copy TextToJSXBIN-master to /Users/YOURUSER/.vscode/extensions folder.

In action

  • Launch VSCode and open jsx file, or for testing just type alert("Hello World").
  • Select created piece of code.
  • Right click of the mouse and choose TextToJSXBIN
  • Or click Cmd+R on Mac or Ctrl+R on Windows or launch Command Palette with keyboard shortcut F1 or Cmd+Shift+P and type TextToJSXBIN and click enter.
  • Selected code will be converted to JSXBIN, put inside eval and original code will be commented.

Troubleshooting

The following steps are good standard troubleshooting.

  • Make sure the ESTK stand-alone application is closed
  • Close Visual Studio Code
  • Make sure there are no VS "Code Helper" processes in the Activity Monitor (Mac) or Task Manager (Windows)
  • Restart Visual Studio Code

Known issues

  • None (so far)

Keywords

ExtendScript

FAQs

Package last updated on 16 Jul 2020

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