external-editor
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "external-editor", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT", | ||
@@ -30,4 +30,4 @@ "main": "main/index.js", | ||
"dependencies": { | ||
"chardet": "^0.5.0", | ||
"iconv-lite": "^0.4.22", | ||
"chardet": "^0.7.0", | ||
"iconv-lite": "^0.4.24", | ||
"tmp": "^0.0.33" | ||
@@ -39,13 +39,13 @@ }, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.3", | ||
"@types/chai": "^4.1.4", | ||
"@types/chardet": "^0.5.0", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "4.0.*", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.9.4", | ||
"@types/tmp": "0.0.33", | ||
"chai": "^4.0.0", | ||
"es6-shim": "^0.35.3", | ||
"mocha": "^5.1.1", | ||
"ts-node": "^6.0.3", | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.8.3" | ||
"mocha": "^5.2.0", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.3" | ||
}, | ||
@@ -52,0 +52,0 @@ "files": [ |
@@ -10,3 +10,3 @@ # External Editor | ||
Version: 3.0.1 | ||
Version: 3.0.2 | ||
@@ -13,0 +13,0 @@ As of version 3.0.0, the minimum version of node supported is 4. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25162
+ Addedchardet@0.7.0(transitive)
- Removedchardet@0.5.0(transitive)
Updatedchardet@^0.7.0
Updatediconv-lite@^0.4.24