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

source-code-error

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

source-code-error - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

22

package.json
{
"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 @@ }

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