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

jsir

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsir

JavaScript Script Management Tool

latest
npmnpm
Version
3.1.6
Version published
Weekly downloads
34
-74.05%
Maintainers
1
Weekly downloads
 
Created
Source

jsir: JavaScript Script Management Tool

jsir is a command line tool designed to help manage and organize your JavaScript files. With jsir, you can edit, run, and compare JavaScript files, view file dependencies, and switch between different workspaces.

Installation

You can install jsir globally using npm:

npm install -g jsir

Getting Started

To start using jsir, simply run the command:

jsir

This will open the jsir REPL interface where you can start managing your files.

Commands

Here is a list of available commands in jsir:

KeywordShortComment
.add.aAdd file
.clear.CClear task
.compare.cCompare files
.deps.dView file dependencies
.edit.eEdit file
.file.fWorking file mode
.get.gGet file
.help.hHelp documentation
.list.lView file list
.quit.qExit
.rename.nRename file
.repl.pInteractive interface
.rm.RRemove file
.run.rQuick execution
.see.sView file
.switch.SSwitch workspace
.uninstall.uUninstall workspace
.version.vView version
.workspace.wWorkspace Management

For detailed information on how to use each command, use the .help command followed by the short keyword of the command.

Keywords

javascript

FAQs

Package last updated on 14 Jan 2026

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