You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-terminal-plus

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-terminal-plus - npm Package Versions

2

0.0.18

Diff
p
pffigueiredo
published 0.0.18 •

Changelog

Source

0.0.18 (3rd June 2024)

Feature

  • Add End | Home | CTRL + A | CTRL + E shortcuts to move the caret to the end/start of the line
  • Add CTRL + RIGHT_ARROW | CTRL + LEFT_ARROW shortcuts to move the caret to the next/previous word
p
pffigueiredo
published 0.0.17 •

Changelog

Source

0.0.17 (25th January 2024)

Internal

  • Remove "pre-install" script from "package.json" to avoid problems with consumers
p
pffigueiredo
published 0.0.16 •

Changelog

Source

0.0.16 (25th January 2024)

Fixes

  • Change the local storage's length limit to the browser's maximum

Internal

  • Setup prettier, husky and lint-staged to format the code on commit
  • Setup pnpm to manage the dependencies
  • Setup all the OS related docs
p
pffigueiredo
published 0.0.15 •

Changelog

Source

0.0.15 (13th October 2023)

Fixes

  • Fix the char under the caret, in case it's a special char - e.g. (, [, {
  • Fix the char under the caret when the caret isn't being shown
p
pffigueiredo
published 0.0.14 •

Changelog

Source

0.0.14 (6th October 2023)

Fixes

  • Fix the rounded prop for when the controls aren't shown
p
pffigueiredo
published 0.0.13 •

Changelog

Source

0.0.13 (6th October 2023)

Changed

  • The letter under the caret has now the same color as the background color

Feature

  • Added a prop rounded to control the border radius of the terminal
p
pffigueiredo
published 0.0.12 •

Changelog

Source

0.0.12 (5th October 2023)

Fixes

  • Fix a bug when clearing the local storage's command history
p
pffigueiredo
published 0.0.11 •

Changelog

Source

0.0.11 (4th August 2023)

Feature

  • Add types to themes prop in Terminal component
p
pffigueiredo
published 0.0.10 •

Changelog

Source

0.0.10 (2nd August 2023)

Internal

  • Don't allow console logs
p
pffigueiredo
published 0.0.9 •

Changelog

Source

0.0.9 (2nd August 2023)

Changed

  • Default handler TS definition to accept promises
2