New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

prettier-plugin-angular

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-angular - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+12
-4
package.json
{
"name": "prettier-plugin-angular",
"version": "0.1.0",
"version": "0.1.1",
"description": "Prettier plugin for Angular HTML attribute alignment and sorting",

@@ -15,3 +15,5 @@ "main": "./dist/index.cjs",

},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {

@@ -25,3 +27,3 @@ "build": "tsup",

"dependencies": {
"angular-html-parser": "^5.2.0"
"angular-html-parser": "^10.4.0"
},

@@ -39,4 +41,10 @@ "peerDependencies": {

},
"keywords": ["prettier", "prettier-plugin", "angular", "html", "formatter"],
"keywords": [
"prettier",
"prettier-plugin",
"angular",
"html",
"formatter"
],
"license": "MIT"
}