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 1.0.0 to 1.0.1

index.js

59

package.json
{
"name": "open-editor",
"version": "1.0.0",
"description": "React富文本编辑器",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "1.0.1",
"description": "Open files in your editor at a specific line and column",
"license": "MIT",
"repository": "sindresorhus/open-editor",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dai-shun/open-editor.git"
"engines": {
"node": ">=4"
},
"author": "daishun",
"license": "ISC",
"bugs": {
"url": "https://github.com/dai-shun/open-editor/issues"
"scripts": {
"test": "xo && ava"
},
"homepage": "https://github.com/dai-shun/open-editor#readme",
"files": [
"index.js"
],
"keywords": [
"open",
"editor",
"launch",
"files",
"file",
"line",
"column",
"position",
"path",
"filepath",
"editors",
"start",
"app",
"sublime",
"atom",
"vscode",
"webstorm",
"textmate"
],
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
"env-editor": "^0.1.0",
"line-column-path": "^1.0.0",
"opn": "^5.0.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}
}
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