prettier-plugin-better-sort-imports
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "prettier-plugin-better-sort-imports", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A better prettier plugins to sort imports in provided RegEx order", | ||
@@ -40,3 +40,2 @@ "main": "lib/src/index.js", | ||
"@babel/types": "7.13.0", | ||
"@vue/compiler-sfc": "^3.3.4", | ||
"javascript-natural-sort": "0.7.1", | ||
@@ -51,7 +50,14 @@ "lodash": "4.17.21" | ||
"prettier": "2.3.1", | ||
"typescript": "4.2.3" | ||
"typescript": "4.2.3", | ||
"@vue/compiler-sfc": "^3.3.4" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "2.x" | ||
"prettier": "2.x", | ||
"@vue/compiler-sfc": "3.x" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@vue/compiler-sfc": { | ||
"optional": true | ||
} | ||
} | ||
} |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
0
44139
7
22
564
- Removed@vue/compiler-sfc@^3.3.4