New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-parallel

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-parallel - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

lib/formatter.js

@@ -12,2 +12,4 @@ "use strict";

var _stripAnsi = _interopRequireDefault(require("strip-ansi"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -47,3 +49,3 @@

stringLength(str) {
return _chalk.default.stripColor(str).length;
return (0, _stripAnsi.default)(str).length;
}

@@ -50,0 +52,0 @@

{
"name": "eslint-parallel",
"version": "1.2.0",
"version": "1.2.1",
"main": "lib/linter.js",

@@ -21,2 +21,3 @@ "description": "Tiny eslint wrapper to allow executing javascript linting in parallel.",

"eslint": "^6.1.0",
"strip-ansi": "^7.0.0",
"text-table": "^0.2.0"

@@ -23,0 +24,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