Socket
Socket
Sign inDemoInstall

open-editor

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-editor - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

index.js

@@ -77,3 +77,3 @@ import process from 'node:process';

export default async function openEditor(files, options) {
export default async function openEditor(files, options = {}) {
const result = getEditorInfo(files, options);

@@ -80,0 +80,0 @@ const stdio = result.isTerminalEditor ? 'inherit' : 'ignore';

{
"name": "open-editor",
"version": "4.1.0",
"version": "4.1.1",
"description": "Open files in your editor at a specific line and column",

@@ -5,0 +5,0 @@ "license": "MIT",

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