Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1 to 5.0.0

10

index.d.ts

@@ -1,4 +0,4 @@

import {PathLike} from 'line-column-path';
import {type PathLike} from 'line-column-path';
export interface Options {
export type Options = {
/**

@@ -27,5 +27,5 @@ The name, command, or binary path of the editor.

readonly wait?: boolean;
}
};
export interface EditorInfo {
export type EditorInfo = {
/**

@@ -45,3 +45,3 @@ THe editor binary name.

readonly isTerminalEditor: boolean;
}
};

@@ -48,0 +48,0 @@ /**

import process from 'node:process';
import execa from 'execa';
import {execa} from 'execa';
import {getEditor, defaultEditor} from 'env-editor';

@@ -4,0 +4,0 @@ import {parseLineColumnPath, stringifyLineColumnPath} from 'line-column-path';

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

@@ -15,4 +15,6 @@ "license": "MIT",

"exports": "./index.js",
"types": "./index.d.ts",
"sideEffects": false,
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=18"
},

@@ -53,11 +55,11 @@ "scripts": {

"env-editor": "^1.1.0",
"execa": "^5.1.1",
"execa": "^9.3.0",
"line-column-path": "^3.0.0",
"open": "^8.4.0"
"open": "^10.1.0"
},
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.18.0",
"xo": "^0.45.0"
"ava": "^6.1.3",
"tsd": "^0.31.1",
"xo": "^0.58.0"
}
}
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