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.1.1 to 0.2.0

19

index.js

@@ -49,2 +49,21 @@ 'use strict';

keywords: []
}, {
id: 'neovim',
name: 'NeoVim',
bin: 'nvim',
paths: [],
keywords: [
'vim'
]
}, {
id: 'intellij',
name: 'IntelliJ IDEA',
bin: 'idea',
paths: [],
keywords: [
'idea',
'java',
'jetbrains',
'ide'
]
}];

@@ -51,0 +70,0 @@

6

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

@@ -41,3 +41,5 @@ "license": "MIT",

"textmate",
"vim"
"vim",
"neovim",
"intellij"
],

@@ -44,0 +46,0 @@ "devDependencies": {

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

- Vim
- NeoVim
- IntelliJ

@@ -18,0 +20,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