source-code-error
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "source-code-error", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Render Error of Source-Code", | ||
@@ -20,14 +20,14 @@ "keywords": [ "error", "code", "frame" ], | ||
"dependencies": { | ||
"@babel/code-frame": "7.0.0", | ||
"chalk": "2.4.2", | ||
"strip-ansi": "5.2.0" | ||
"@babel/code-frame": "7.5.5", | ||
"chalk": "3.0.0", | ||
"strip-ansi": "6.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "10.0.1", | ||
"eslint": "5.16.0", | ||
"eslint-config-standard": "12.0.0", | ||
"eslint-plugin-standard": "4.0.0", | ||
"eslint-plugin-promise": "4.1.1", | ||
"eslint-plugin-import": "2.17.3", | ||
"eslint-plugin-node": "9.1.0" | ||
"babel-eslint": "10.0.3", | ||
"eslint": "6.8.0", | ||
"eslint-config-standard": "14.1.0", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-import": "2.19.1", | ||
"eslint-plugin-node": "10.0.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "engines": { |
@@ -79,4 +79,4 @@ /* | ||
if (options.filename !== "") { | ||
let dirname = path.dirname(options.filename) + path.sep | ||
let basename = path.basename(options.filename) | ||
const dirname = path.dirname(options.filename) + path.sep | ||
const basename = path.basename(options.filename) | ||
header += `${chalk.red("file \"")}${chalk.red(dirname)}${chalk.red.bold(basename)}${chalk.red("\", ")}` | ||
@@ -83,0 +83,0 @@ } |
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
11472
+ Added@babel/code-frame@7.5.5(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedstrip-ansi@6.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removed@babel/code-frame@7.0.0(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedstrip-ansi@5.2.0(transitive)
Updated@babel/code-frame@7.5.5
Updatedchalk@3.0.0
Updatedstrip-ansi@6.0.0