Socket
Socket
Sign inDemoInstall

env-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

env-editor - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

8

index.js

@@ -8,2 +8,3 @@ 'use strict';

bin: 'subl',
isTerminalEditor: false,
paths: [

@@ -18,2 +19,3 @@ '/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl',

bin: 'atom',
isTerminalEditor: false,
paths: [

@@ -27,2 +29,3 @@ '/Applications/Atom.app/Contents/Resources/app/atom.sh'

bin: 'code',
isTerminalEditor: false,
paths: [

@@ -38,2 +41,3 @@ '/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code'

bin: 'wstorm',
isTerminalEditor: false,
paths: [],

@@ -45,2 +49,3 @@ keywords: []

bin: 'mate',
isTerminalEditor: false,
paths: [],

@@ -52,2 +57,3 @@ keywords: []

bin: 'vim',
isTerminalEditor: true,
paths: [],

@@ -59,2 +65,3 @@ keywords: []

bin: 'nvim',
isTerminalEditor: true,
paths: [],

@@ -68,2 +75,3 @@ keywords: [

bin: 'idea',
isTerminalEditor: false,
paths: [],

@@ -70,0 +78,0 @@ keywords: [

2

package.json
{
"name": "env-editor",
"version": "0.2.0",
"version": "0.3.0",
"description": "Get info about the default editor or a specific editor",

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

@@ -38,2 +38,3 @@ # env-editor [![Build Status](https://travis-ci.org/sindresorhus/env-editor.svg?branch=master)](https://travis-ci.org/sindresorhus/env-editor)

bin: 'subl',
isTerminalEditor: false,
paths: [

@@ -40,0 +41,0 @@ '/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl',

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