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

external-editor

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

external-editor - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

example.js

12

package.json
{
"name": "external-editor",
"version": "1.0.1",
"version": "1.0.2",
"description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT",
"main": "main/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "npm run lint && npm run unit",
"unit": "mocha --recursive --compilers coffee:coffee-script/register --timeout 10000 ./test/spec",
"compile": "coffee --compile --output main/ src/",

@@ -33,8 +34,11 @@ "lint": "coffeelint -f .coffeelint.json src"

"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"coffeelint": "^1.14.2"
"coffeelint": "^1.14.2",
"mocha": "^2.5.3"
},
"files": [
"main"
"main",
"example.js"
]
}
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