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

prettier-eslint

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-eslint - npm Package Compare versions

Comparing version

to
8.2.5

2

dist/utils.js

@@ -202,3 +202,3 @@ "use strict";

prettierValue = "none";
} else if (value && value.indexOf("always") === 0) {
} else if (typeof value === "string" && value.indexOf("always") === 0) {
prettierValue = "es5";

@@ -205,0 +205,0 @@ } else if (typeof actualValue === "object") {

{
"name": "prettier-eslint",
"version": "8.2.4",
"version": "8.2.5",
"description": "Formats your JavaScript using prettier followed by eslint --fix",

@@ -5,0 +5,0 @@ "main": "dist/index.js",